Expand popup height when dropdown listed

This also allows to 'add' while the dropdown list are expanded.
This commit is contained in:
YFdyh000 2019-01-26 04:05:30 +08:00 committed by sn-o-w
parent 93d1d89fb2
commit 1cd4470a39

View File

@ -86,6 +86,10 @@ li > a {
box-shadow: none !important; box-shadow: none !important;
} }
ul.dropdown-menu {
position: relative;
}
li .dropdown-menu { li .dropdown-menu {
position: static; position: static;
top: initial; top: initial;