Explorar el Código

Cover and Modal elements have been given a much higher z-index to make sure they fall on top of all other elements.

dev
Bryan Miller hace 6 años
padre
commit
cd37f0a08b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      sass/mixins.scss

+ 1
- 1
sass/mixins.scss Ver fichero

@@ -15,7 +15,7 @@

@mixin cover(){
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
z-index: 100; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */

Cargando…
Cancelar
Guardar