From 95c410e688d2765d97f71a4c71ecb605ccf24922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABlle=20Morin?= Date: Tue, 29 Jan 2019 16:39:08 +0100 Subject: [PATCH] ui(chat): issue #67 Margin-bottom removed --- src/styles/content.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/styles/content.scss b/src/styles/content.scss index 87ca2fd..c29f754 100644 --- a/src/styles/content.scss +++ b/src/styles/content.scss @@ -64,9 +64,7 @@ position: relative; z-index: 0; @extend %frame; - height: 400px; - height: calc(100vh - 143px - 3em); - height: calc(100vh - var(--pos-top, 143px) - 3em); + height: calc(100vh - 104px); > sib-chat { @include pos();