bugfix: notification kist display on small screen
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
.chat-view {
|
||||
padding: 0;
|
||||
height: calc(100vh - 50px - 56px); /* Header's and subheader's height on mobile */
|
||||
height: calc(100vh);
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
||||
|
Reference in New Issue
Block a user