Procházet zdrojové kódy

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

Thibaut Courouble před 8 roky
rodič
revize
9e6979b6d2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;