Skip to content

Commit dd9a507

Browse files
committed
fix: metabar length fix
1 parent 79a83a0 commit dd9a507

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

packages/ui-components/Containers/MetaBar/index.module.css

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,29 @@
22

33
.wrapper {
44
@apply flex
5-
h-screen
65
w-full
76
flex-col
87
items-start
98
gap-8
10-
overflow-y-auto
119
border-neutral-200
1210
px-4
1311
py-6
14-
pb-12
1512
[overflow-wrap:anywhere]
1613
lg:sticky
17-
lg:bottom-0
1814
lg:top-16
19-
lg:overflow-y-auto
2015
lg:px-6
2116
dark:border-neutral-900;
2217

23-
scrollbar-width: none;
24-
2518
dl {
26-
@apply w-full;
19+
@apply flex
20+
w-full
21+
flex-col
22+
gap-1.5
23+
pb-12
24+
[scrollbar-width:none]
25+
lg:max-h-[calc(100vh-4rem)]
26+
lg:overflow-y-auto
27+
[&::-webkit-scrollbar]:hidden;
2728
}
2829

2930
dt {
@@ -73,7 +74,7 @@
7374
}
7475

7576
&:last-child {
76-
@apply mb-0
77+
@apply mb-8
7778
p-4;
7879
}
7980
}
@@ -88,5 +89,3 @@
8889
dark:hidden;
8990
}
9091
}
91-
92-
@apply hidden;

0 commit comments

Comments
 (0)