Dropdown: prevent overlap with modal
This commit is contained in:
parent
a9ef5ea8ff
commit
961a5ecfa5
1 changed files with 2 additions and 0 deletions
|
@ -5968,6 +5968,8 @@ footer {
|
|||
}
|
||||
|
||||
.dropdown-menu {
|
||||
@extend .zIndex-9; // has to be behind modal windows
|
||||
position: absolute;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
min-width: 100%;
|
||||
|
|
Loading…
Reference in a new issue