Revert "Fix full menu modal scroll behavior"

This reverts commit 5e8c703856.
This commit is contained in:
Jay Sheen
2025-11-06 15:29:39 +09:00
parent 715937f4e2
commit d8aa77ad69

View File

@@ -13,7 +13,10 @@ main {
background: #fff; background: #fff;
z-index: 1010; z-index: 1010;
display: unset; display: unset;
overflow: hidden; /* overflow-y: auto; */
overflow-y: scroll;
-ms-overflow-style: none;
scrollbar-width: none;
} }
.tab-content{ .tab-content{
overflow-y: unset; overflow-y: unset;
@@ -90,8 +93,6 @@ main.home-main{
} }
.full-menu-container{ .full-menu-container{
padding-top: 50px; padding-top: 50px;
overflow-y: hidden;
height: 100%;
} }
.full-menu-header{ .full-menu-header{
position: fixed; position: fixed;
@@ -99,7 +100,6 @@ main.home-main{
background-color: #ffffff; background-color: #ffffff;
width: 100%; width: 100%;
top: env(safe-area-inset-top); top: env(safe-area-inset-top);
overflow-y: hidden;
} }
.full-menu-top-nav{ .full-menu-top-nav{
position: fixed; position: fixed;
@@ -108,7 +108,6 @@ main.home-main{
width: 100%; width: 100%;
background-color: #ffffff; background-color: #ffffff;
height: 116px; height: 116px;
overflow-y: hidden;
} }
.full-menu-keywords-wrap{ .full-menu-keywords-wrap{
position: fixed; position: fixed;
@@ -117,11 +116,9 @@ main.home-main{
width: 100%; width: 100%;
background-color: #ffffff; background-color: #ffffff;
padding: 1rem 1.625rem; padding: 1rem 1.625rem;
overflow-y: hidden;
} }
.full-menu-keywords{ .full-menu-keywords{
padding: 0; padding: 0;
overflow-y: hidden;
} }
.full-menu-list{ .full-menu-list{