Преглед на файлове

Use position: fixed for class .action-bar

Lewis Sparlin преди 2 години
родител
ревизия
3dee098d29
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/main/frontend/mobile/index.css

+ 1 - 1
src/main/frontend/mobile/index.css

@@ -28,7 +28,7 @@
 }
 
 .action-bar {
-  position: absolute;
+  position: fixed;
   bottom: 100px;
   height: 70px;
   padding: 6px;