Skip to content

Commit 878056a

Browse files
committed
Fixes an extra scrollbar showing on the graph
1 parent 791c898 commit 878056a

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
@@ -364,7 +364,7 @@ a {
364364
&__container {
365365
display: flex;
366366
flex-direction: column;
367-
height: calc(100vh - 1px); // shoot me -- the 1px is to stop the vertical scrollbar from showing up
367+
height: calc(100vh - 2px); // shoot me -- the 2px is to stop the vertical scrollbar from showing up
368368
gap: 0;
369369
padding: 0 2px;
370370
}

0 commit comments

Comments
 (0)