ui(chat): issue #67 Margin-bottom removed

This commit is contained in:
Gaëlle Morin 2019-01-29 16:39:08 +01:00
parent e61c3e44ff
commit 95c410e688

View File

@ -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();