1. header hide issue - currently resolved it by fixing the header and giving padding for the scroll content

This commit is contained in:
Tenzin Samten 2021-06-22 20:13:46 +05:30
parent 03f7759b6c
commit 1463c1d0f0
3 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,7 @@ $admin-fg: white;
margin: 0;
padding: 0;
height: 72px;
position: fixed;
background-color: #ffffff;
border-bottom: 1px solid #eeeeee;
.chat-header-row {
@ -80,6 +81,7 @@ $admin-fg: white;
.chat-content {
margin: 0;
margin-top: 72px;
padding-top: $chat-standard-padding-s;
padding-left: $chat-standard-padding-s;
padding-bottom: $chat-standard-padding-s;