From 14e5d0e0970eb0c0e0fce4e99462fbe1bdb6c63c Mon Sep 17 00:00:00 2001 From: Chrystian Huot Date: Tue, 3 Sep 2019 09:04:01 -0400 Subject: [PATCH] Fix scrolling on mobile when in landscape --- client/imports/app/radio/radio.component.scss | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/client/imports/app/radio/radio.component.scss b/client/imports/app/radio/radio.component.scss index 574a970..3b5518d 100644 --- a/client/imports/app/radio/radio.component.scss +++ b/client/imports/app/radio/radio.component.scss @@ -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; }