You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
The dropdown z-index is set to 1. I have other elements on my page that are set higher than that, and thus they are displayed on top of the dropdown, which is undesirable. Ideally, this should be exposed in a way that makes it easy to override. For now, my work-around was to add the following to my CSS to override it:
.dropdown-content {
z-index: 3 !important;
}
The text was updated successfully, but these errors were encountered:
The dropdown z-index is set to 1. I have other elements on my page that are set higher than that, and thus they are displayed on top of the dropdown, which is undesirable. Ideally, this should be exposed in a way that makes it easy to override. For now, my work-around was to add the following to my CSS to override it:
The text was updated successfully, but these errors were encountered: