1. header hide issue - currently resolved it by fixing the header and giving padding for the scroll content
This commit is contained in:
parent
03f7759b6c
commit
1463c1d0f0
3 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "keanuapp-weblite",
|
||||
"version": "0.1.10",
|
||||
"version": "0.1.9",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "keanuapp-weblite",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.8",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue