From d8aa77ad69f43e6c3da596bb9f6694f45b44288b Mon Sep 17 00:00:00 2001 From: Jay Sheen Date: Thu, 6 Nov 2025 15:29:39 +0900 Subject: [PATCH] Revert "Fix full menu modal scroll behavior" This reverts commit 5e8c7038567833978173c809b131d9d6746341aa. --- src/shared/ui/assets/css/style-fix.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/shared/ui/assets/css/style-fix.css b/src/shared/ui/assets/css/style-fix.css index 82924eb..7998d61 100644 --- a/src/shared/ui/assets/css/style-fix.css +++ b/src/shared/ui/assets/css/style-fix.css @@ -13,7 +13,10 @@ main { background: #fff; z-index: 1010; display: unset; - overflow: hidden; + /* overflow-y: auto; */ + overflow-y: scroll; + -ms-overflow-style: none; + scrollbar-width: none; } .tab-content{ overflow-y: unset; @@ -90,8 +93,6 @@ main.home-main{ } .full-menu-container{ padding-top: 50px; - overflow-y: hidden; - height: 100%; } .full-menu-header{ position: fixed; @@ -99,7 +100,6 @@ main.home-main{ background-color: #ffffff; width: 100%; top: env(safe-area-inset-top); - overflow-y: hidden; } .full-menu-top-nav{ position: fixed; @@ -108,7 +108,6 @@ main.home-main{ width: 100%; background-color: #ffffff; height: 116px; - overflow-y: hidden; } .full-menu-keywords-wrap{ position: fixed; @@ -117,11 +116,9 @@ main.home-main{ width: 100%; background-color: #ffffff; padding: 1rem 1.625rem; - overflow-y: hidden; } .full-menu-keywords{ padding: 0; - overflow-y: hidden; } .full-menu-list{