Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b51cd4

Browse files
committed
fix for fancy scrollbars: style scrollbar-corner
style scrollbar-corner in the treeview if scrollbars both horizontal & vertical are visible
1 parent b89c518 commit 2b51cd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doxygen-awesome.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1905,6 +1905,10 @@ div.memproto::-webkit-scrollbar-track,
19051905
background: transparent;
19061906
}
19071907

1908+
#nav-tree::-webkit-scrollbar-corner {
1909+
background-color: var(--side-nav-background);
1910+
}
1911+
19081912
#nav-tree,
19091913
div.fragment,
19101914
pre.fragment,

0 commit comments

Comments
 (0)