18 lines
246 B
Plaintext
18 lines
246 B
Plaintext
#app-grid {
|
|
layout: vertical;
|
|
overflow-y: scroll;
|
|
scrollbar-gutter: stable;
|
|
height: 89%;
|
|
}
|
|
|
|
#bottom-bar {
|
|
layout: grid;
|
|
grid-size: 1;
|
|
height: 11%;
|
|
border-top: solid $primary;
|
|
}
|
|
|
|
#module_filter {
|
|
width: 100%;
|
|
}
|