ui(chat): issue #67 Margin-bottom removed
This commit is contained in:
parent
e61c3e44ff
commit
95c410e688
@ -64,9 +64,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
@extend %frame;
|
@extend %frame;
|
||||||
height: 400px;
|
height: calc(100vh - 104px);
|
||||||
height: calc(100vh - 143px - 3em);
|
|
||||||
height: calc(100vh - var(--pos-top, 143px) - 3em);
|
|
||||||
|
|
||||||
> sib-chat {
|
> sib-chat {
|
||||||
@include pos();
|
@include pos();
|
||||||
|
Loading…
Reference in New Issue
Block a user