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(
|
sib-chat(
|
||||||
data-authentication='login',
|
data-authentication='login',
|
||||||
data-auto-login='true',
|
data-auto-login='true',
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#member-chat.chat-view
|
.chat-view
|
||||||
sib-chat(
|
sib-chat(
|
||||||
data-authentication='login',
|
data-authentication='login',
|
||||||
data-auto-login='true',
|
data-auto-login='true',
|
||||||
|
@ -93,6 +93,7 @@ sib-display-lookuplist {
|
|||||||
.chat-view {
|
.chat-view {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
z-index: 0;
|
||||||
@extend %frame;
|
@extend %frame;
|
||||||
height: 400px;
|
height: 400px;
|
||||||
height: calc(100vh - 143px - 3em);
|
height: calc(100vh - 143px - 3em);
|
||||||
|
Loading…
Reference in New Issue
Block a user