Merge pull request 'feat: Adiciona z-index nos icons fixed' (#10) from feature/footer into develop

Reviewed-on: #10
This commit is contained in:
Cainã Milech 2023-01-12 21:32:13 +00:00
commit 291161a98c
3 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
position: fixed;
bottom: 200px;
right: 16px;
z-index: 9999;
z-index: 1;
@media screen and (min-width: 2500px) {
bottom: 215px;

View File

@ -69,4 +69,5 @@
bottom: 0;
left: 0;
background: rgba(69, 69, 69, 0.7);
z-index: 2;
}

View File

@ -111,6 +111,7 @@
width: 36.4px;
height: 35.15px;
right: -50px;
top: 1px;
}
}
}