Fix height when in portrait

This commit is contained in:
Chrystian Huot 2019-09-03 09:19:11 -04:00
parent 14e5d0e097
commit 19a80b66e2

View file

@ -16,6 +16,10 @@
width: 100%;
}
.mat-sidenav-container {
height:100%;
}
.mat-sidenav-content {
align-items: center;
display: flex;
@ -25,8 +29,8 @@
.radio-bezel {
box-sizing: border-box;
height: inherit;
max-width: 640px;
min-height: 0;
padding: 24px;
}