Skip to content

Commit 4cc1713

Browse files
committed
fix: make sidebar tabs scrollable
1 parent 4c3d2fd commit 4cc1713

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/app/global.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@
44

55
* {
66
border-radius: 0 !important;
7+
}
8+
9+
[data-radix-popper-content-wrapper] > div {
10+
max-height: var(--radix-popover-content-available-height);
11+
overflow-y: auto;
712
}

0 commit comments

Comments
 (0)