From 8f19e8b049b60773267019f09402ca77cd08521b Mon Sep 17 00:00:00 2001 From: "TECNOSYLVA\\fgarcia" Date: Fri, 24 Feb 2017 13:39:26 +0100 Subject: [PATCH] Added 100% height to accomodate full screen sliders. --- src/components/mdOnboarding/mdBoards.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/mdOnboarding/mdBoards.scss b/src/components/mdOnboarding/mdBoards.scss index f313bdb..1f73c1e 100644 --- a/src/components/mdOnboarding/mdBoards.scss +++ b/src/components/mdOnboarding/mdBoards.scss @@ -5,7 +5,7 @@ $board-max-width: 24px; .md-boards { width: 100%; - height: 100%; + height: 100% !important; display: flex; flex-flow: column; position: relative; @@ -78,13 +78,14 @@ $board-max-width: 24px; .md-boards-content { width: 100%; - height: 0; + height: 100% !important; position: relative; overflow: hidden; } .md-boards-wrapper { width: 9999em; + height: 100% !important; position: absolute; top: 0; right: 0;