Skip to content

Commit 0285669

Browse files
committed
FE: Make a nav scrollbar thin
1 parent 7470cbd commit 0285669

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/components/PageContainer/PageContainer.styled.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ export const Sidebar = styled.div<{ $visible: boolean }>(
3535
left: 0;
3636
bottom: 0;
3737
padding: 16px;
38+
scrollbar-gutter: stable;
39+
scrollbar-width: thin;
3840
overflow-y: auto;
3941
transition:
4042
width 0.25s,

0 commit comments

Comments
 (0)