5a865693a1
- New styles for "add users" drodown - New custom widget to display members - Use of the permission system
18 lines
266 B
SCSS
18 lines
266 B
SCSS
.chat-view {
|
|
padding: 0;
|
|
height: calc(100vh - 84px - 83px);
|
|
position: relative;
|
|
overflow: hidden;
|
|
|
|
> sib-chat {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
max-height: calc(100vh - 84px - 83px);
|
|
z-index: 0;
|
|
}
|
|
}
|
|
|