Skip to content

Commit

Permalink
Address the feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Suguru Hirahara <[email protected]>
  • Loading branch information
luixxiul committed Dec 1, 2024
1 parent 9759f13 commit fe64b85
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions res/css/structures/_AutoHideScrollbar.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ Please see LICENSE files in the repository root for full details.
html {
scrollbar-color: $scrollbar-thumb-color transparent;
}
/* SC: disabled */
/* scrollbar-width is not inherited (but -color is, why?!), */
/* so declare it on every element */
/*
* {
scrollbar-width: thin;
}
::-webkit-scrollbar {
width: 6px;
height: 6px;
}
*/

::-webkit-scrollbar-thumb {
border-radius: 3px;
Expand Down

0 comments on commit fe64b85

Please sign in to comment.