mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Remove unnecessary scrolling and fix background
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user