Skip to content

Commit

Permalink
Thinner scrollbars on the catalog modal
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Dec 10, 2024
1 parent 2ea913c commit 15f702c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions css/80_app_fb.css
Original file line number Diff line number Diff line change
Expand Up @@ -491,11 +491,8 @@ button.rapid-features.layer-off use {


/* dark scrollbars */
.modal.rapid-modal {
scrollbar-width: thin;
}
.modal.rapid-modal ::-webkit-scrollbar {
width: 10px;
width: 8px;
}
.modal.rapid-modal ::-webkit-scrollbar-track {
background: #444;
Expand Down

0 comments on commit 15f702c

Please sign in to comment.