Skip to content

Commit 473b8a5

Browse files
committed
Fix: not all elements were being rendered
1 parent fc7ad61 commit 473b8a5

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
border-neutral-200
1111
px-4
1212
py-6
13+
pb-12
1314
[overflow-wrap:anywhere]
1415
lg:sticky
1516
lg:top-16
@@ -56,6 +57,7 @@
5657

5758
ol {
5859
@apply flex
60+
w-full
5961
list-none
6062
flex-col
6163
gap-1.5
@@ -69,7 +71,8 @@
6971
}
7072

7173
&:last-child {
72-
@apply mb-0;
74+
@apply mb-0
75+
p-4;
7376
}
7477
}
7578

@@ -85,3 +88,7 @@
8588
}
8689

8790
@apply hidden;
91+
@apply scrollbar;
92+
@apply scrollbar-thin;
93+
@apply scrollbar-thumb-neutral-300;
94+
@apply dark:scrollbar-thumb-neutral-700;

0 commit comments

Comments
 (0)