diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 01f1cfb69e..b8437e15ff 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -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;