little-state-machine
Advanced tools
Comparing version 2.6.0 to 2.6.1
@@ -214,3 +214,3 @@ import * as React from 'react'; | ||
overflow: 'scroll', | ||
height: '100vh', | ||
height: 'calc(100vh - 40px)', | ||
} })))))); | ||
@@ -217,0 +217,0 @@ } |
@@ -219,3 +219,3 @@ 'use strict'; | ||
overflow: 'scroll', | ||
height: '100vh', | ||
height: 'calc(100vh - 40px)', | ||
} })))))); | ||
@@ -222,0 +222,0 @@ } |
{ | ||
"name": "little-state-machine", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.es.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25172