mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
19 lines
254 B
CSS
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;
|
|
}
|
|
}
|