fixed dropdown menu in top-nav layout

pull/2437/head
REJack 2019-12-04 10:06:10 +01:00
parent ad3cfdd498
commit 6832bf6937
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
5 changed files with 11 additions and 3 deletions

View File

@ -70,6 +70,10 @@
padding-left: $navbar-nav-link-padding-x;
padding-right: $navbar-nav-link-padding-x;
}
.dropdown-menu {
position: absolute;
}
}
// Color variants

View File

@ -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