mirror of
https://github.com/ivabus/www
synced 2025-06-08 10:50:25 +03:00
Changed z-index of 'join' button... was getting hideen behind accordion
This commit is contained in:
parent
d412ec07ab
commit
9ad617d168
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
right: 15px;
|
||||
top: 5.3vw;
|
||||
cursor: pointer;
|
||||
z-index: 3;
|
||||
z-index: 4;
|
||||
transition: 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue