bugfix: chat z-index

This commit is contained in:
Clément 2018-11-13 11:06:04 +01:00
parent 07ebb1bc60
commit 68c6cd6c88
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#group-chat.chat-view
.chat-view
sib-chat(
data-authentication='login',
data-auto-login='true',

View File

@ -1,4 +1,4 @@
#member-chat.chat-view
.chat-view
sib-chat(
data-authentication='login',
data-auto-login='true',

View File

@ -93,6 +93,7 @@ sib-display-lookuplist {
.chat-view {
padding: 1em;
position: relative;
z-index: 0;
@extend %frame;
height: 400px;
height: calc(100vh - 143px - 3em);