Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

z-index of dropdown causing issues #51

Open
clmcdonald opened this issue Jul 24, 2019 · 1 comment
Open

z-index of dropdown causing issues #51

clmcdonald opened this issue Jul 24, 2019 · 1 comment

Comments

@clmcdonald
Copy link

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;
}
@susmithachava
Copy link

@clmcdonald Is this issue resolved for you ? If so how ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants