Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
ObsidianBlk
/
nespaint
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
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 anos atrás
pai
8922f21cf5
commit
cd37f0a08b
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
+1
-1
sass/mixins.scss
+ 1
- 1
sass/mixins.scss
Ver arquivo
@@ -15,7 +15,7 @@
@mixin cover(){
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
z-index: 1
00
; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar