Files
portal/resources/sass/components/main.scss
2020-03-25 20:11:29 +01:00

15 lines
147 B
SCSS
Vendored

body {
overflow: hidden;
height: 100vh;
}
main {
overflow: auto;
width: 100%;
height: calc(100vh - 4.5rem);
}
.main-top {
}