From db75acc3c33a29510309029b40a39b21423cb8ee Mon Sep 17 00:00:00 2001 From: Nate Date: Mon, 2 Sep 2019 16:20:07 -0600 Subject: [PATCH] Theme: CSS adjustment to restore icon-only submenu functionality on the Fixed menu. --- themes/default/css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/css.php b/themes/default/css.php index 2d5f0287fc..06d638b8ef 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -248,7 +248,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; /* MENU: BEGIN ******************************************************************/ /* help bootstrap v4 menu be scrollable on mobile */ - @media screen and (max-width: 1000px) { + @media screen and (max-width: 575px) { .navbar-collapse { max-height: calc(100vh - 60px); overflow-y: auto;