Преглед изворни кода

Fix settings save button out of position when using fixed-width layout

Thibaut Courouble пре 8 година
родитељ
комит
9e6979b6d2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      assets/stylesheets/components/_settings.scss

+ 1 - 1
assets/stylesheets/components/_settings.scss

@@ -83,7 +83,7 @@
 //
 
 ._sidebar-footer {
-  position: fixed;
+  position: absolute;
   z-index: $headerZ;
   bottom: 0;
   left: 0;