set stories to use 100% height
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user