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