Phone state z-index fix
This commit is contained in:
@@ -2,6 +2,7 @@ body.dashboard {
|
|||||||
.sidebar {
|
.sidebar {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
z-index: 998;
|
||||||
width: $sidebar-normal-width;
|
width: $sidebar-normal-width;
|
||||||
background: $sidebar-background-color;
|
background: $sidebar-background-color;
|
||||||
transition: margin $sidebar-transition-speed;
|
transition: margin $sidebar-transition-speed;
|
||||||
|
|||||||
@@ -82,6 +82,7 @@ body.dashboard .navbar {
|
|||||||
body.dashboard .sidebar {
|
body.dashboard .sidebar {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
z-index: 998;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
background: #37474f;
|
background: #37474f;
|
||||||
-webkit-transition: margin 0.2s;
|
-webkit-transition: margin 0.2s;
|
||||||
@@ -82,6 +82,7 @@ body.dashboard .navbar {
|
|||||||
body.dashboard .sidebar {
|
body.dashboard .sidebar {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
z-index: 998;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
background: #37474f;
|
background: #37474f;
|
||||||
-webkit-transition: margin 0.2s;
|
-webkit-transition: margin 0.2s;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"css/all.css": "css/all-54061ae6.css",
|
"css/all.css": "css/all-b076f8da.css",
|
||||||
"js/all.js": "js/all-86e91591.js"
|
"js/all.js": "js/all-86e91591.js"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user