Skip to content

Commit 774e5b7

Browse files
committed
fix search mobile menu z-index
1 parent a655f23 commit 774e5b7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

frontend-build/scss/modules.scss

+1
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ table.ccgn-profile {
436436
background-color: $primary-color;
437437
transition: all .5s ease-in-out;
438438
opacity: 0;
439+
z-index: 90;
439440
.search-form {
440441
position: relative;
441442
margin-top: .5rem;

themes/cc-commoners/assets/css/style.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -4638,7 +4638,8 @@ table.ccgn-profile {
46384638
background-color: #efbe01;
46394639
-webkit-transition: all .5s ease-in-out;
46404640
transition: all .5s ease-in-out;
4641-
opacity: 0; }
4641+
opacity: 0;
4642+
z-index: 90; }
46424643
.search-mobile-container .search-form {
46434644
position: relative;
46444645
margin-top: .5rem; }

0 commit comments

Comments
 (0)