fix(layout): 修复Chrome 144+无法滚动问题

This commit is contained in:
PKC278
2026-01-17 02:13:29 +08:00
parent f0f0ab81e4
commit 0d2189e9e8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
<style>
#app {
block-size: 100%;
min-block-size: 100%;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
}