2019-05-14 15:32:42 +00:00
|
|
|
.chat-view {
|
2019-05-14 16:19:30 +00:00
|
|
|
padding: 0;
|
2019-09-17 16:09:59 +00:00
|
|
|
height: calc(100vh - 84px - 83px);
|
2019-05-14 16:19:30 +00:00
|
|
|
position: relative;
|
2019-06-05 09:45:41 +00:00
|
|
|
overflow: hidden;
|
2019-05-14 15:32:42 +00:00
|
|
|
|
|
|
|
> sib-chat {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2019-05-14 16:19:30 +00:00
|
|
|
bottom: 0;
|
2019-09-17 16:09:59 +00:00
|
|
|
max-height: calc(100vh - 84px - 83px);
|
2019-05-14 16:19:30 +00:00
|
|
|
z-index: 0;
|
2019-05-14 15:32:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|