Phone state z-index fix
This commit is contained in:
@@ -2,6 +2,7 @@ body.dashboard {
|
||||
.sidebar {
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
z-index: 998;
|
||||
width: $sidebar-normal-width;
|
||||
background: $sidebar-background-color;
|
||||
transition: margin $sidebar-transition-speed;
|
||||
|
||||
@@ -82,6 +82,7 @@ body.dashboard .navbar {
|
||||
body.dashboard .sidebar {
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
z-index: 998;
|
||||
width: 250px;
|
||||
background: #37474f;
|
||||
-webkit-transition: margin 0.2s;
|
||||
@@ -82,6 +82,7 @@ body.dashboard .navbar {
|
||||
body.dashboard .sidebar {
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
z-index: 998;
|
||||
width: 250px;
|
||||
background: #37474f;
|
||||
-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"
|
||||
}
|
||||
Reference in New Issue
Block a user