Fixes Footer

This commit is contained in:
2023-10-21 00:26:42 -03:00
parent a5b430f5ed
commit 6d1263fb29
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
position: relative; position: relative;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
z-index: -1;
} }
.footer-text { .footer-text {
@@ -36,6 +35,6 @@
} }
.footer-btn:hover { .footer-btn:hover {
color: #525252; color: #525252 !important;
background-color: #ffffff; background-color: #ffffff;
} }

View File

@@ -6,4 +6,5 @@
top: 10vh; top: 10vh;
right: 0; right: 0;
overflow: hidden !important; overflow: hidden !important;
z-index: 50 !important;
} }