waveterm/.storybook/global.css
2024-05-24 17:44:41 -07:00

18 lines
207 B
CSS

body {
height: 100vh;
padding: 0;
}
#storybook-root {
height: 100%;
}
.grid-item {
background-color: aquamarine;
border: 1px black solid;
&.react-grid-placeholder {
background-color: orange;
}
}