Fix height bug

pull/1/head
Max Ehrlicher-Schmidt 4 years ago
parent 5b5baa6f88
commit 03424223e2

@ -5,6 +5,9 @@
#content { #content {
flex: 1; flex: 1;
} }
.mat-drawer-content {
//height: auto;
}
#navbar { #navbar {
flex: none; flex: none;
#menu-trigger-button { #menu-trigger-button {

@ -1,5 +1,4 @@
#login-form { #login-form {
height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
max-width: 32em; max-width: 32em;

Loading…
Cancel
Save