Ver código fonte

fix menu height

huaisianhuang 3 anos atrás
pai
commit
ba36ae4ccb
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      sass/main.css
  2. 1 1
      sass/main.scss

+ 1 - 1
sass/main.css

@@ -594,7 +594,7 @@ body {
 }
 
 .fixed_menu {
-  height: 82px;
+  height: 78px;
   position: fixed;
   z-index: 4;
   bottom: 0;

+ 1 - 1
sass/main.scss

@@ -513,7 +513,7 @@ body {
 }
 
 .fixed_menu {
-    height: 82px;
+    height: 78px;
     position: fixed;
     z-index: 4;
     bottom: 0;