mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-11-28 13:10:24 +08:00
20 lines
296 B
CSS
20 lines
296 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;
|
|
}
|
|
}
|
|
|
|
@import "../frontend/tailwindsetup.css";
|