Skip to content

Commit 751259d

Browse files
committed
Fixed that the group-select-dropdown is in the background
1 parent b85d2f2 commit 751259d

File tree

4 files changed

+55
-15
lines changed

4 files changed

+55
-15
lines changed

public/css/dist/modal.css

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,41 @@
11
.modal-radio {
22
margin-bottom: 1.5vh;
3-
}
3+
}
4+
45
.radio-label-text {
56
margin-left: 0.5em;
6-
/* adjust as needed */
7+
/* adjust as needed */
78
display: inline-block;
8-
}
9+
}
10+
911
.capitalizeFirstLetter {
1012
text-transform: capitalize;
11-
}
13+
}
14+
1215
.sr-only {
1316
position: absolute !important;
1417
width: 1px !important;
1518
height: 1px !important;
1619
margin: -1px !important;
1720
padding: 0 !important;
1821
overflow: hidden !important;
19-
clip: rect(0,0,0,0) !important;
22+
clip: rect(0, 0, 0, 0) !important;
2023
border: 0 !important;
21-
}
24+
}
25+
26+
#advancedSearchModalContainer {
27+
z-index: 100;
28+
}
29+
30+
31+
@media only screen and (max-width: 768px) {
32+
#advancedSearchModalContainer .modal-dialog {
33+
padding-top: 25vh;
34+
}
35+
}
36+
37+
@media only screen and (min-width: 768px) {
38+
#advancedSearchModalContainer .modal-dialog {
39+
padding-top: 20vh;
40+
}
41+
}

public/css/dist/modal.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"/css/dist/floating-buttons.min.css": "/css/dist/floating-buttons.min.css?id=1abaeab53f21a440ab3aac8e0fec5a00",
2929
"/css/dist/advanced-search.css": "/css/dist/advanced-search.css?id=846d2d828b410c91df95f08ce79a559e",
3030
"/css/dist/advanced-search.min.css": "/css/dist/advanced-search.min.css?id=846d2d828b410c91df95f08ce79a559e",
31-
"/css/dist/modal.css": "/css/dist/modal.css?id=045d727d9781c6a4601f8ae42cb9293a",
32-
"/css/dist/modal.min.css": "/css/dist/modal.min.css?id=045d727d9781c6a4601f8ae42cb9293a",
31+
"/css/dist/modal.css": "/css/dist/modal.css?id=dd07f5155bce82cdeb56f7873f19e523",
32+
"/css/dist/modal.min.css": "/css/dist/modal.min.css?id=dd07f5155bce82cdeb56f7873f19e523",
3333
"/css/dist/filterInputs.css": "/css/dist/filterInputs.css?id=8d589f83198cdfd81c9ec9a26f95d9be",
3434
"/css/dist/filterInputs.min.css": "/css/dist/filterInputs.min.css?id=8d589f83198cdfd81c9ec9a26f95d9be",
3535
"/js/dist/floating-buttons.js": "/js/dist/floating-buttons.js?id=bcf2eb7dff9114ea5a5487b6db001931",
Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,41 @@
11
.modal-radio {
22
margin-bottom: 1.5vh;
3-
}
3+
}
4+
45
.radio-label-text {
56
margin-left: 0.5em;
6-
/* adjust as needed */
7+
/* adjust as needed */
78
display: inline-block;
8-
}
9+
}
10+
911
.capitalizeFirstLetter {
1012
text-transform: capitalize;
11-
}
13+
}
14+
1215
.sr-only {
1316
position: absolute !important;
1417
width: 1px !important;
1518
height: 1px !important;
1619
margin: -1px !important;
1720
padding: 0 !important;
1821
overflow: hidden !important;
19-
clip: rect(0,0,0,0) !important;
22+
clip: rect(0, 0, 0, 0) !important;
2023
border: 0 !important;
21-
}
24+
}
25+
26+
#advancedSearchModalContainer {
27+
z-index: 100;
28+
}
29+
30+
31+
@media only screen and (max-width: 768px) {
32+
#advancedSearchModalContainer .modal-dialog {
33+
padding-top: 25vh;
34+
}
35+
}
36+
37+
@media only screen and (min-width: 768px) {
38+
#advancedSearchModalContainer .modal-dialog {
39+
padding-top: 20vh;
40+
}
41+
}

0 commit comments

Comments
 (0)