16 lines
227 B
SCSS
16 lines
227 B
SCSS
|
.window-content {
|
||
|
overflow-y: hidden;
|
||
|
padding: 5px;
|
||
|
|
||
|
form {
|
||
|
height: 100%;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.tab {
|
||
|
height: 100%;
|
||
|
overflow-y: auto;
|
||
|
align-content: flex-start;
|
||
|
}
|
||
|
}
|
||
|
|