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

@ -1,6 +1,6 @@
{
"name": "keanuapp-weblite",
"version": "0.1.10",
"version": "0.1.9",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View file

@ -1,6 +1,6 @@
{
"name": "keanuapp-weblite",
"version": "0.1.9",
"version": "0.1.8",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

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;