Skip to content
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-core/ui-components",
"version": "1.5.8",
"version": "1.5.9",
"type": "module",
"exports": {
"./*": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
@apply [grid-area:sidebar]
lg:sticky
lg:top-0
lg:h-[100vh]
lg:max-h-screen
lg:self-stretch
lg:overflow-y-auto;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@apply flex
w-full
flex-col
items-start
gap-8
border-r-0
border-neutral-200
Expand All @@ -20,6 +21,10 @@
.navigation {
@apply hidden
sm:flex;

&:last-child {
@apply pb-12;
}
}

.mobileSelect {
Expand Down