We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a83a0 commit dd9a507Copy full SHA for dd9a507
packages/ui-components/Containers/MetaBar/index.module.css
@@ -2,28 +2,29 @@
2
3
.wrapper {
4
@apply flex
5
- h-screen
6
w-full
7
flex-col
8
items-start
9
gap-8
10
- overflow-y-auto
11
border-neutral-200
12
px-4
13
py-6
14
- pb-12
15
[overflow-wrap:anywhere]
16
lg:sticky
17
- lg:bottom-0
18
lg:top-16
19
- lg:overflow-y-auto
20
lg:px-6
21
dark:border-neutral-900;
22
23
- scrollbar-width: none;
24
-
25
dl {
26
- @apply w-full;
+ @apply flex
+ w-full
+ flex-col
+ gap-1.5
+ pb-12
+ [scrollbar-width:none]
+ lg:max-h-[calc(100vh-4rem)]
+ lg:overflow-y-auto
27
+ [&::-webkit-scrollbar]:hidden;
28
}
29
30
dt {
@@ -73,7 +74,7 @@
73
74
75
76
&:last-child {
- @apply mb-0
77
+ @apply mb-8
78
p-4;
79
80
@@ -88,5 +89,3 @@
88
89
dark:hidden;
90
91
92
-@apply hidden;
0 commit comments