ds4/scss/components/_apps.scss

16 lines
227 B
SCSS
Raw Normal View History

2020-10-29 16:18:38 +01:00
.window-content {
overflow-y: hidden;
padding: 5px;
form {
height: 100%;
overflow: hidden;
}
.tab {
height: 100%;
overflow-y: auto;
align-content: flex-start;
}
}