mirror of
https://github.com/VueTubeApp/VueTube
synced 2025-01-06 07:31:12 +00:00
ios smooth scroll
This commit is contained in:
parent
6fb36f3b2c
commit
f39ce57372
1 changed files with 1 additions and 0 deletions
|
@ -269,6 +269,7 @@ export default {
|
|||
html,
|
||||
body {
|
||||
background: var(--v-background-base);
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue