fix(FloatingPanel): add -webkit-overflow-scrolling to prevent iOS render glitch (#13747)

This commit is contained in:
Zhiwei She
2026-01-18 08:50:22 +08:00
committed by GitHub
parent 6921f85ce1
commit 75bdf6043f

View File

@@ -53,5 +53,6 @@
flex: 1;
overflow-y: auto;
background-color: var(--van-floating-panel-background);
-webkit-overflow-scrolling: touch;
}
}