bugfix: chat z-index
This commit is contained in:
parent
07ebb1bc60
commit
68c6cd6c88
@ -1,4 +1,4 @@
|
||||
#group-chat.chat-view
|
||||
.chat-view
|
||||
sib-chat(
|
||||
data-authentication='login',
|
||||
data-auto-login='true',
|
||||
|
@ -1,4 +1,4 @@
|
||||
#member-chat.chat-view
|
||||
.chat-view
|
||||
sib-chat(
|
||||
data-authentication='login',
|
||||
data-auto-login='true',
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user