Admin left side menu z-index issue fixed
This commit is contained in:
parent
e0ed2cb3d7
commit
6edd13c4e2
File diff suppressed because one or more lines are too long
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue