z-index adjustment for floating auth button

This commit is contained in:
Thomas Smith 2022-11-03 14:43:37 -04:00
parent 0209b4cfaa
commit 0e16c4a6dc

View file

@ -21,7 +21,7 @@
right: 15px; right: 15px;
top: 5.3vw; top: 5.3vw;
cursor: pointer; cursor: pointer;
z-index: 4; z-index: 5 !important;
transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;
} }
@ -55,7 +55,7 @@
right: 15px; right: 15px;
top: 6.5vw; top: 6.5vw;
cursor: pointer; cursor: pointer;
z-index: 3; z-index: 5 !important;
transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;
} }
@ -90,7 +90,7 @@
right: 15px; right: 15px;
top: 12vw; top: 12vw;
cursor: pointer; cursor: pointer;
z-index: 3; z-index: 5 !important;
transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;
} }
@ -125,7 +125,7 @@
right: 15px; right: 15px;
bottom: 2.5vw; bottom: 2.5vw;
cursor: pointer; cursor: pointer;
z-index: 3; z-index: 5 !important;
transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;
} }
@ -160,7 +160,7 @@
right: 3vw; right: 3vw;
bottom: 3vw !important; bottom: 3vw !important;
cursor: pointer; cursor: pointer;
z-index: 4; z-index: 5 !important;
transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;
} }