From b18f1fefda0e60b9b5261ef2404d95435e92752a Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Thu, 15 Sep 2022 17:17:08 +0800 Subject: [PATCH] UX: Remove height CSS preventing sidebar touch scrolling on mobile (#18257) --- app/assets/stylesheets/mobile/menu-panel.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/assets/stylesheets/mobile/menu-panel.scss b/app/assets/stylesheets/mobile/menu-panel.scss index 2f5639f334c..17b3dbbf4d7 100644 --- a/app/assets/stylesheets/mobile/menu-panel.scss +++ b/app/assets/stylesheets/mobile/menu-panel.scss @@ -76,12 +76,9 @@ padding: 0; .panel-body-contents { - height: 100%; - .sidebar-hamburger-dropdown { display: flex; flex-direction: column; - height: 100%; } } @@ -103,8 +100,6 @@ .sidebar-sections { display: flex; flex-direction: column; - overflow-x: hidden; - overflow-y: auto; box-sizing: border-box; } }