mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-02-02 02:58:13 -05:00
Expand popup height when dropdown listed
This also allows to 'add' while the dropdown list are expanded.
This commit is contained in:
parent
93d1d89fb2
commit
1cd4470a39
@ -86,6 +86,10 @@ li > a {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
ul.dropdown-menu {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
li .dropdown-menu {
|
||||
position: static;
|
||||
top: initial;
|
||||
|
Loading…
Reference in New Issue
Block a user