Remove unnecessary scrolling and fix background

This commit is contained in:
Eike Kettner
2020-09-19 09:30:35 +02:00
parent 0f345bb75f
commit 3a3be8cd1e
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@
}
.default-layout {
background: #fff;
/* height: 100vh; */
height: 100%;
}
.default-layout .main-content {
@ -253,7 +253,7 @@ label span.muted {
.login-layout, .register-layout, .newinvite-layout {
background: #708090;
height: 101vh;
height: 100%;
}
.login-layout > .ui.footer, .register-layout > .ui.footer, .newinvite-layout > .ui.footer {
background: #708090;