We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3d2fd commit 4cc1713Copy full SHA for 4cc1713
src/app/global.css
@@ -4,4 +4,9 @@
4
5
* {
6
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;
12
}
0 commit comments