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%; width: 100%;
} }
.mat-sidenav-container {
flex: 1;
}
.mat-sidenav-content { .mat-sidenav-content {
align-items: center; align-items: center;
display: flex; display: flex;
flex-direction: row; flex-direction: column;
justify-content: center; justify-content: center;
} }
.radio-bezel { .radio-bezel {
box-sizing: border-box; box-sizing: border-box;
display: flex; height: inherit;
flex-direction: row;
flex-wrap: wrap;
max-width: 640px; max-width: 640px;
overflow: hidden;
padding: 24px; padding: 24px;
} }