Skip to content

Commit 6289850

Browse files
committed
fix(ui): Sidebar scroll not showing last element
1 parent 03f5ffc commit 6289850

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-core/ui-components",
3-
"version": "1.5.7",
3+
"version": "1.5.8",
44
"type": "module",
55
"exports": {
66
"./*": [

packages/ui-components/src/Containers/Article/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@apply [grid-area:sidebar]
2020
lg:sticky
2121
lg:top-0
22-
lg:h-[100vh]
22+
lg:max-h-[calc(100vh-var(--header-height,0))]
2323
lg:overflow-y-auto;
2424
}
2525

0 commit comments

Comments
 (0)