Skip to content

Commit

Permalink
Fix scrollbars not rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
iaincollins committed Feb 9, 2024
1 parent 2d28b11 commit 3e1a401
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/client/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,7 @@ html {
-moz-osx-font-smoothing: grayscale;
}

html,
.scrollable {
scrollbar-width: none;
}

html::-webkit-scrollbar,
.scrollable::-webkit-scrollbar {
width: 0px;
}

.scrollable {
scrollbar-width: none;
overflow-x: hidden !important;
}

Expand Down

0 comments on commit 3e1a401

Please sign in to comment.