Переглянути джерело

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 5 роки тому
джерело
коміт
cd37f0a08b
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      sass/mixins.scss

+ 1
- 1
sass/mixins.scss Переглянути файл

@@ -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 */

Завантаження…
Відмінити
Зберегти