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

This commit is contained in:
Zhiwei She
2026-01-18 00:50:22 +00:00
committed by GitHub
parent 6921f85ce1
commit 75bdf6043f
@@ -53,5 +53,6 @@
flex: 1;
overflow-y: auto;
background-color: var(--van-floating-panel-background);
-webkit-overflow-scrolling: touch;
}
}