Fix height bug

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

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

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

Loading…
Cancel
Save