Skip to content
Snippets Groups Projects
Commit 68c6cd6c authored by Clément's avatar Clément
Browse files

bugfix: chat z-index

parent 07ebb1bc
No related branches found
No related tags found
1 merge request!2Updating the master branch according to dev
#group-chat.chat-view .chat-view
sib-chat( sib-chat(
data-authentication='login', data-authentication='login',
data-auto-login='true', data-auto-login='true',
......
#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 { ...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment