Skip to content

Commit 79a83a0

Browse files
committed
fix: metabar no longer has a short length
1 parent d0d0427 commit 79a83a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
.wrapper {
44
@apply flex
5+
h-screen
56
w-full
67
flex-col
78
items-start
@@ -13,8 +14,9 @@
1314
pb-12
1415
[overflow-wrap:anywhere]
1516
lg:sticky
17+
lg:bottom-0
1618
lg:top-16
17-
lg:max-h-[calc(100vh-4rem)]
19+
lg:overflow-y-auto
1820
lg:px-6
1921
dark:border-neutral-900;
2022

0 commit comments

Comments
 (0)