Explorar el Código

Use position: fixed for class .action-bar

Lewis Sparlin hace 2 años
padre
commit
3dee098d29
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;