Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 827d75a

Browse files
committed
fix(plugins/plugin-client-common): improve visibility of sidecar scrollbars
Fixes #4667
1 parent 1a48af3 commit 827d75a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

plugins/plugin-client-common/web/css/static/SidecarCommon.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,13 @@ body {
33
--color-sidecar-background-01: var(--color-base01);
44
--color-sidecar-background-02: var(--color-base03);
55
}
6+
7+
/* see https://github.com/IBM/kui/issues/4667 */
8+
.kui--sidecar ::-webkit-scrollbar {
9+
background-color: transparent;
10+
border: 1px solid var(--color-base03);
11+
width: 1.125em;
12+
}
13+
.kui--sidecar ::-webkit-scrollbar-thumb {
14+
background-color: var(--color-base02);
15+
}

0 commit comments

Comments
 (0)