Fix scrolling on mobile when in landscape

This commit is contained in:
Chrystian Huot 2019-09-03 09:04:01 -04:00
parent 446f8c9502
commit 14e5d0e097

View file

@ -16,24 +16,17 @@
width: 100%;
}
.mat-sidenav-container {
flex: 1;
}
.mat-sidenav-content {
align-items: center;
display: flex;
flex-direction: row;
flex-direction: column;
justify-content: center;
}
.radio-bezel {
box-sizing: border-box;
display: flex;
flex-direction: row;
flex-wrap: wrap;
height: inherit;
max-width: 640px;
overflow: hidden;
padding: 24px;
}