Browse Source

set 'position:relative' to #wrapper

Yuki Takei 8 years ago
parent
commit
a40c5fb8d4
1 changed files with 7 additions and 6 deletions
  1. 7 6
      resource/styles/agile-admin/inverse/eliteadmin.scss

+ 7 - 6
resource/styles/agile-admin/inverse/eliteadmin.scss

@@ -830,15 +830,16 @@ label{
 // Wrappers
 
 #wrapper {
-    width: 100%;
-
+  position: relative;
+  width: 100%;
 }
 
 #page-wrapper {
-    padding: 0px;
-    min-height: 568px;
-    background:$bodycolor;
-    padding-bottom:60px;
+  position: initial;
+  padding: 0px;
+  min-height: 568px;
+  background:$bodycolor;
+  padding-bottom:60px;
 }
 
 /*