From 02190fbc0957e2412fec811e1ea950ac42db20b0 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 4 May 2019 15:34:51 -0600 Subject: [PATCH] Remove scrollbar from main menu --- www/css/home.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/css/home.css b/www/css/home.css index 443369f..cd08774 100644 --- a/www/css/home.css +++ b/www/css/home.css @@ -8,6 +8,10 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/. background-color: rgba(23, 23, 23, 0.75); } +#menu-popup { + overflow-y: hidden; +} + #mainmenu-items .mainmenu-item { text-align: center; font-size: 16pt;