Skip to content

Commit c06328f

Browse files
committed
updated z-index
1 parent a4b95a6 commit c06328f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

main/main.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
66
display: none;
77
}
88

9-
109
/**************************\
1110
Basic Modal Styles
1211
\**************************/
1312

13+
.wp-sls-search-modal {
14+
z-index: 9999;
15+
}
16+
1417
.wp-sls-search-modal__overlay {
1518
position: fixed;
1619
top: 0;
@@ -62,4 +65,4 @@
6265

6366
input.wp-sls-search-field {
6467
width: 100%;
65-
}
68+
}

0 commit comments

Comments
 (0)