Skip to content

Commit

Permalink
feat(styles): remove overflow-y from reset
Browse files Browse the repository at this point in the history
closes #1197
  • Loading branch information
KaelWD committed Feb 6, 2025
1 parent 2c1ac25 commit 27868d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vuetify/src/styles/generic/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

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

0 comments on commit 27868d5

Please sign in to comment.