waveterm/.storybook/global.css

18 lines
207 B
CSS
Raw Normal View History

2024-05-25 02:44:41 +02:00
body {
height: 100vh;
padding: 0;
}
#storybook-root {
height: 100%;
}
.grid-item {
background-color: aquamarine;
border: 1px black solid;
&.react-grid-placeholder {
background-color: orange;
}
}