Skip to content

Commit

Permalink
Fix scrollbar style on firefox windows
Browse files Browse the repository at this point in the history
  • Loading branch information
TTalex committed Dec 4, 2023
1 parent 3edf306 commit 04e0ced
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/mycStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -1927,6 +1927,7 @@ nav.navbar {
display: none;
} */

.masked-overflow-y::-webkit-scrollbar {
width: 0.8rem;
}
Expand All @@ -1939,6 +1940,9 @@ nav.navbar {
border: transparent;
}
.masked-overflow-y {
/* Firefox styling of vertical scroll bar */
scrollbar-width: thin;
scrollbar-color: rgba(155, 155, 155, 0.5) transparent;
/* scroll bar width, for use in mask calculations*/
--scrollbar-width: 0.8rem;
/* mask fade distance, for use in mask calculations */
Expand Down

0 comments on commit 04e0ced

Please sign in to comment.