@cagovweb/state-template 1.1.0-beta.4 → 1.1.0-beta.5
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/dist/css/cagov.core.css +1 -0
- package/dist/css/cagov.core.min.css +1 -1
- package/dist/js/cagov.core.js +257 -255
- package/dist/js/cagov.core.min.js +1 -1
- package/package.json +1 -1
package/dist/css/cagov.core.css
CHANGED
|
@@ -17969,6 +17969,7 @@ textarea.sourcecode {
|
|
|
17969
17969
|
background-repeat: no-repeat;
|
|
17970
17970
|
background-size: cover;
|
|
17971
17971
|
height: 100vh;
|
|
17972
|
+
overflow: hidden;
|
|
17972
17973
|
}
|
|
17973
17974
|
|
|
17974
17975
|
/* -----------------------------------------
|