mirror of https://github.com/ColorlibHQ/AdminLTE
fixed dropdown menu in top-nav layout
parent
ad3cfdd498
commit
6832bf6937
|
@ -70,6 +70,10 @@
|
|||
padding-left: $navbar-nav-link-padding-x;
|
||||
padding-right: $navbar-nav-link-padding-x;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
|
||||
// Color variants
|
||||
|
|
|
@ -13254,6 +13254,10 @@ body.text-sm .control-sidebar {
|
|||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
.navbar-no-expand .dropdown-menu {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.navbar-light {
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue