Skip to content

Commit

Permalink
fix page width increasing with scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarson authored and RomanSerikov committed Feb 11, 2021
1 parent 4248a32 commit e1028c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export default {
<style>
html {
overflow-y: auto !important;
width: 100vw;
}
:focus {
Expand Down Expand Up @@ -112,8 +113,8 @@ html {
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 30px var(--v-data-base) inset !important;
-webkit-text-fill-color: var(--v-text-base) !important;
Expand Down

0 comments on commit e1028c1

Please sign in to comment.