set stories to use 100% height

This commit is contained in:
Mads Rasmussen
2022-08-08 13:49:03 +02:00
parent c17763b0bd
commit 8ac9ce589d

View File

@@ -1,4 +1,15 @@
<style>
/* Make stories able to use 100% height */
html {
height: 100vh;
}
/* Make stories able to use 100% height */
body,
#root,
#root-inner {
height: 100%;
}
body {
padding: 0px !important;
}