Skip to content

Commit

Permalink
fix: sidebar height
Browse files Browse the repository at this point in the history
  • Loading branch information
intergrav committed Jul 10, 2024
1 parent f7d977d commit 6793187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev.css
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ blockquote *:last-child {
top: 0;
left: calc(50% - ((750px + 4rem) / 2) - (250px + 2rem));
width: 250px;
height: 100%;
height: calc(100% - 1rem);
overflow-y: auto;
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intergrav/dev.css",
"version": "2.0.9",
"version": "2.0.10",
"description": "Extremely simple, small, classless CSS framework in the style of Vercel's Geist design system. Fork of xz/new.css.",
"main": "dev.css",
"repository": {
Expand Down

0 comments on commit 6793187

Please sign in to comment.