Skip to content

Commit 27868d5

Browse files
committed
feat(styles): remove overflow-y from reset
closes #1197
1 parent 2c1ac25 commit 27868d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vuetify/src/styles/generic/_reset.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
html {
1717
box-sizing: border-box;
18-
overflow-y: scroll; /* All browsers without overlaying scrollbars */
1918
-webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
2019
word-break: normal;
2120
-moz-tab-size: 4;

0 commit comments

Comments
 (0)