Skip to content

Commit 6fab75c

Browse files
committed
Fixes scrollbar overlapping
1 parent 48a3333 commit 6fab75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/apps/plus/graph/graph.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ a {
389389

390390
& .graph-adjust-commit-count {
391391
display: flex;
392-
width: 100vw;
392+
width: calc(100vw - var(--scrollable-scrollbar-thickness));
393393
align-items: center;
394394
justify-content: center;
395395
}

0 commit comments

Comments
 (0)