Skip to content

Commit

Permalink
CSS fix for scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
tblock79 committed Jul 25, 2024
1 parent 7500942 commit 9798fb1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions portal/static/css/gravis.css
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,13 @@ input::selection, .selectable::selection {
scrollbar-color: hsla(0,0%,100%,.15);
}

@supports selector(::-webkit-scrollbar) {
* {
scrollbar-width: unset;
scrollbar-color: unset;
}
}

.btn-viewer-toolbar, .btn-viewer-toolbar:active, .btn-viewer-toolbar:visited, .btn-viewer-toolbar:focus {
font-size: 1rem;
line-height: 1.0!important;
Expand Down

0 comments on commit 9798fb1

Please sign in to comment.