From 19a80b66e2d30af21b5d62e270ec1e9b2b062077 Mon Sep 17 00:00:00 2001 From: Chrystian Huot Date: Tue, 3 Sep 2019 09:19:11 -0400 Subject: [PATCH] Fix height when in portrait --- client/imports/app/radio/radio.component.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/imports/app/radio/radio.component.scss b/client/imports/app/radio/radio.component.scss index 3b5518d..85bc1dd 100644 --- a/client/imports/app/radio/radio.component.scss +++ b/client/imports/app/radio/radio.component.scss @@ -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; }