Merge pull request #6150 from jitendra-webkul/master

Admin left side menu z-index issue fixed
This commit is contained in:
Jitendra Singh 2022-03-28 13:32:01 +05:30 committed by GitHub
commit 631e7e00ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/admin.js": "/js/admin.js?id=68621909141b010f749f",
"/css/admin.css": "/css/admin.css?id=15d0ab8d01403f912469"
"/css/admin.css": "/css/admin.css?id=0597ed69210c620608a4"
}

View File

@ -212,7 +212,7 @@ body {
left: 0;
bottom: 0;
top: 60px;
z-index: 6;
z-index: 1000;
width: 56px;
height: 100vh !important;
position: fixed;
@ -266,6 +266,7 @@ body {
position: absolute;
top: 0;
left: 56px;
z-index: 1000;
background-color: $white;
box-shadow: 2px 1px 3px $submenu-shadow-color;
border: 1px solid $submenu-border-color;