Skip to content

Commit

Permalink
fix(style): prevent unnecessary scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
silvester-pari committed Nov 14, 2024
1 parent 26e22a3 commit d24adb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/main.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

html {
overflow: auto !important;
}

.v-btn {
font-family: "Inter", sans-serif;
letter-spacing: normal;
Expand Down

0 comments on commit d24adb0

Please sign in to comment.