@drivy/cobalt 1.0.1 → 1.0.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drivy/cobalt",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Opinionated design system for Drivy's projects.",
5
5
  "main": "src/index.js",
6
6
  "types": "types/src/index.d.ts",
@@ -89,7 +89,7 @@
89
89
  "rollup-plugin-copy": "3.5.0",
90
90
  "rollup-plugin-svgo": "2.0.0",
91
91
  "rollup-plugin-typescript2": "0.36.0",
92
- "sass": "1.83.4",
92
+ "sass": "1.84.0",
93
93
  "sass-loader": "13.3.3",
94
94
  "sharp": "0.33.5",
95
95
  "sharp-cli": "5.1.0",
@@ -141,6 +141,7 @@
141
141
  display: flex;
142
142
  flex-direction: column;
143
143
 
144
+ height: 100%;
144
145
  overflow-y: auto;
145
146
  }
146
147
  }