12 lines
159 B
Plaintext
12 lines
159 B
Plaintext
|
|
.appConfigWrapper {
|
||
|
|
height: 100%;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
|
||
|
|
.wea-search-group {
|
||
|
|
flex: 1;
|
||
|
|
height: 100%;
|
||
|
|
overflow: auto;
|
||
|
|
}
|
||
|
|
}
|