We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9a507 commit 22bd816Copy full SHA for 22bd816
packages/ui-components/Containers/MetaBar/index.module.css
@@ -11,7 +11,8 @@
11
py-6
12
[overflow-wrap:anywhere]
13
lg:sticky
14
- lg:top-16
+ lg:top-0
15
+ lg:max-h-screen
16
lg:px-6
17
dark:border-neutral-900;
18
@@ -22,7 +23,7 @@
22
23
gap-1.5
24
pb-12
25
[scrollbar-width:none]
- lg:max-h-[calc(100vh-4rem)]
26
+ lg:max-h-[calc(100vh-6rem)]
27
lg:overflow-y-auto
28
[&::-webkit-scrollbar]:hidden;
29
}
@@ -74,7 +75,7 @@
74
75
76
77
&:last-child {
- @apply mb-8
78
+ @apply mb-0
79
p-4;
80
81
0 commit comments