Skip to content

Commit 22bd816

Browse files
committed
fix: chromatic diff
1 parent dd9a507 commit 22bd816

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
py-6
1212
[overflow-wrap:anywhere]
1313
lg:sticky
14-
lg:top-16
14+
lg:top-0
15+
lg:max-h-screen
1516
lg:px-6
1617
dark:border-neutral-900;
1718

@@ -22,7 +23,7 @@
2223
gap-1.5
2324
pb-12
2425
[scrollbar-width:none]
25-
lg:max-h-[calc(100vh-4rem)]
26+
lg:max-h-[calc(100vh-6rem)]
2627
lg:overflow-y-auto
2728
[&::-webkit-scrollbar]:hidden;
2829
}
@@ -74,7 +75,7 @@
7475
}
7576

7677
&:last-child {
77-
@apply mb-8
78+
@apply mb-0
7879
p-4;
7980
}
8081
}

0 commit comments

Comments
 (0)