整体滚动
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 4s

This commit is contained in:
2026-04-16 14:42:13 +08:00
parent 53a317c8cf
commit 4447aa4a39
4 changed files with 96 additions and 114 deletions

View File

@@ -118,9 +118,9 @@
.sub-menu {
display: none;
/* height: 100vh; */
overflow-y: auto;
/* overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
-webkit-overflow-scrolling: touch; */
}
/* .sub-menu-overflow {
@@ -449,9 +449,9 @@
overflow-y: visible !important;
}
/* 其他导航的子菜单使用JS动态设置高度 */
/* 其他导航的子菜单使用JS动态设置高度
.has-child:not(:first-child) .sub-menu {
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
} */