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;
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{