Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 62939f1

Browse files
committed
Fix scrollbar colors
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 22dfa91 commit 62939f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/themes/dark/css/_dark.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ $composer-shadow-color: rgba(0, 0, 0, 0.28);
258258
// markdown overrides:
259259
.mx_EventTile_content .markdown-body pre:hover {
260260
border-color: #808080 !important; // inverted due to rules below
261+
scrollbar-color: auto;
261262
}
262263
.mx_EventTile_content .markdown-body {
263264
pre, code {

0 commit comments

Comments
 (0)