We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a655f23 commit 774e5b7Copy full SHA for 774e5b7
frontend-build/scss/modules.scss
@@ -436,6 +436,7 @@ table.ccgn-profile {
436
background-color: $primary-color;
437
transition: all .5s ease-in-out;
438
opacity: 0;
439
+ z-index: 90;
440
.search-form {
441
position: relative;
442
margin-top: .5rem;
themes/cc-commoners/assets/css/style.css
@@ -4638,7 +4638,8 @@ table.ccgn-profile {
4638
background-color: #efbe01;
4639
-webkit-transition: all .5s ease-in-out;
4640
4641
- opacity: 0; }
+ opacity: 0;
4642
+ z-index: 90; }
4643
.search-mobile-container .search-form {
4644
4645
margin-top: .5rem; }
0 commit comments