[frio] Ensure access to all user menu items on low screens

This commit is contained in:
Damian Wajer 2023-01-18 19:08:36 +01:00
parent b86663dd1f
commit 6ec49afa10

View file

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