13 lines
211 B
CSS
13 lines
211 B
CSS
|
.console-container {
|
||
|
height: 100%;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.console-container > div:first-child {
|
||
|
background-color: #191724;
|
||
|
}
|
||
|
|
||
|
.reverse-scroll-start {
|
||
|
display: flex;
|
||
|
flex-direction: column-reverse;
|
||
|
}
|