From 6ec49afa105c58e83232eb16bdddf05692ad0c75 Mon Sep 17 00:00:00 2001 From: Damian Wajer Date: Wed, 18 Jan 2023 19:08:36 +0100 Subject: [PATCH] [frio] Ensure access to all user menu items on low screens --- view/theme/frio/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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;