Skip to content

Commit

Permalink
Fixed scroll bars on firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
z0ccc committed Sep 22, 2022
1 parent 6a0c189 commit 67f81c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
--blockQuote: #4f4f4f;
--orange: #ff8b60;
--purple: #9494ff;
scrollbar-color: var(--scrollbar) transparent !important;
scrollbar-width: thin !important;
}

[data-theme='dark'] {
Expand All @@ -41,6 +39,8 @@ body {
font-size: 25px;
line-height: 22px;
background-color: var(--background);
scrollbar-color: var(--scrollbar) transparent !important;
scrollbar-width: thin !important;
}

.popup {
Expand Down

0 comments on commit 67f81c8

Please sign in to comment.