Changed z-index of 'join' button... was getting hideen behind accordion

This commit is contained in:
Thomas Smith 2022-10-05 16:29:22 -04:00
parent d412ec07ab
commit 9ad617d168

View file

@ -23,7 +23,7 @@
right: 15px; right: 15px;
top: 5.3vw; top: 5.3vw;
cursor: pointer; cursor: pointer;
z-index: 3; z-index: 4;
transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;
} }