waveterm/.storybook/global.css
2024-09-26 18:21:28 -07:00

19 lines
254 B
CSS

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