Browse Source

Update base.css

Volodymyr Tkach 2 years ago
parent
commit
2862725efc
1 changed files with 5 additions and 0 deletions
  1. 5 0
      css/layouts/cp/base.css

+ 5 - 0
css/layouts/cp/base.css

@@ -56,6 +56,11 @@ body.cp header .wrap .content {
 	height: 100%;
 	position: relative;
 	vertical-align: top;
+	z-index: 2;
+}
+
+body.cp header .wrap .content {
+	z-index: 1;
 }
 
 body.cp header .wrap .sidebar {