mirror of
https://github.com/ivabus/www
synced 2024-11-10 08:35:16 +03:00
z-index adjustment for floating auth button
This commit is contained in:
parent
0209b4cfaa
commit
0e16c4a6dc
|
@ -21,7 +21,7 @@
|
|||
right: 15px;
|
||||
top: 5.3vw;
|
||||
cursor: pointer;
|
||||
z-index: 4;
|
||||
z-index: 5 !important;
|
||||
transition: 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
|
@ -55,7 +55,7 @@
|
|||
right: 15px;
|
||||
top: 6.5vw;
|
||||
cursor: pointer;
|
||||
z-index: 3;
|
||||
z-index: 5 !important;
|
||||
transition: 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
|
@ -90,7 +90,7 @@
|
|||
right: 15px;
|
||||
top: 12vw;
|
||||
cursor: pointer;
|
||||
z-index: 3;
|
||||
z-index: 5 !important;
|
||||
transition: 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
|
@ -125,7 +125,7 @@
|
|||
right: 15px;
|
||||
bottom: 2.5vw;
|
||||
cursor: pointer;
|
||||
z-index: 3;
|
||||
z-index: 5 !important;
|
||||
transition: 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
|
@ -160,7 +160,7 @@
|
|||
right: 3vw;
|
||||
bottom: 3vw !important;
|
||||
cursor: pointer;
|
||||
z-index: 4;
|
||||
z-index: 5 !important;
|
||||
transition: 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue