react-vr-icons
Version:
React VR Icons
27 lines (26 loc) • 446 B
HTML
<style>
body {
margin: 0 ;
padding: 0 ;
height: 100vh;
display: flex;
}
html {
display: flex;
flex-direction: column;
flex-grow: 1;
min-height: 100%;
min-width: 100%;
width: 100%;
height: 100vh;
}
#storybook-root {
flex-grow: 1;
display: flex;
flex-direction: column;
min-height: 100%;
min-width: 100%;
width: 100%;
height: 100vh;
}
</style>