diff --git a/dev.css b/dev.css index d2ce343..0479772 100644 --- a/dev.css +++ b/dev.css @@ -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; } diff --git a/package.json b/package.json index 7ab8bd6..8669a95 100644 --- a/package.json +++ b/package.json @@ -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": {