mirror of
https://github.com/adminkit/adminkit.git
synced 2026-03-31 19:57:44 +01:00
Fix overflow bug with dropdowns
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
transition: $transition-appearance-fast;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
top: auto;
|
||||
}
|
||||
|
||||
.dropdown-menu-lg {
|
||||
min-width: $dropdown-min-width*2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user