fix(layout): 修复Chrome 144+滚动锁定问题,调整overflow属性

This commit is contained in:
PKC278
2026-01-16 22:45:43 +08:00
parent 1d04c9b9c9
commit 64b5fa7038
3 changed files with 8 additions and 3 deletions

View File

@@ -94,7 +94,6 @@
<style>
#app {
block-size: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
}