I am currently facing an issue in my Angular 7 web app where I need to adjust the z-index of the sidebar. The ng-sidebar plugin sets the default z-index to 9999999, but I am using jqwidget dropdown boxes within the sidebar which have a default z-index of 2000. This results in the values of the dropdown boxes being hidden behind the sidebar when clicked.
Despite researching on various platforms such as SO and forums, and utilizing tools like Inspect Element, I have been unsuccessful in overriding the z-index of either the sidebar or the dropdown box element to ensure proper visibility. How can I resolve this issue effectively?