0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2025-01-06 07:31:12 +00:00

ios smooth scroll

This commit is contained in:
Nikita Krupin 2022-05-18 01:05:50 -04:00
parent 6fb36f3b2c
commit f39ce57372

View file

@ -269,6 +269,7 @@ export default {
html,
body {
background: var(--v-background-base);
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
}