[frio] Ensure access to all user menu items on low screens
This commit is contained in:
parent
b86663dd1f
commit
6ec49afa10
1 changed files with 4 additions and 0 deletions
|
@ -828,6 +828,10 @@ nav.navbar .nav > li > button:focus {
|
|||
background-color: $nav_bg;
|
||||
}
|
||||
/* Nav Search */
|
||||
.menu-popup {
|
||||
max-height: calc(100vh - 55px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
#topbar-first #search-box .navbar-form {
|
||||
margin: 0px;
|
||||
padding: 12px 12px;
|
||||
|
|
Loading…
Reference in a new issue