fix(FloatingPanel): add -webkit-overflow-scrolling to prevent iOS render glitch (#13747)
This commit is contained in:
@@ -53,5 +53,6 @@
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
background-color: var(--van-floating-panel-background);
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user