Skip to content

Commit

Permalink
fix white scrollbar corner in dark mode
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
szaimen authored and nextcloud-command committed Mar 8, 2023
1 parent 80e12cf commit 945bbcb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/css/server.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/css/server.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/css/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/css/styles.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions core/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ body {
height: 12px
}

::-webkit-scrollbar-corner {
background-color: transparent;
}

::-webkit-scrollbar-track-piece {
background-color: transparent;
}
Expand Down

0 comments on commit 945bbcb

Please sign in to comment.