@intergrav/dev.css 2.0.6 → 2.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dev.css +1 -0
  2. package/package.json +1 -1
package/dev.css CHANGED
@@ -260,6 +260,7 @@ blockquote *:last-child {
260
260
  left: calc(50% - ((750px + 4rem) / 2) - (250px + 2rem));
261
261
  width: 250px;
262
262
  height: 100%;
263
+ overflow-y: auto;
263
264
  }
264
265
 
265
266
  header nav {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intergrav/dev.css",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "Extremely simple, small, classless CSS framework in the style of Vercel's Geist design system. Fork of xz/new.css.",
5
5
  "main": "dev.css",
6
6
  "repository": {