a1b14993 by Jeff Balicki

S

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent b770b936
......@@ -18316,14 +18316,8 @@ ul.sf_date_field .sf-datepicker {
}
@media screen and (max-width: 49.125rem) {
#advance-search-modal {
margin-top: 5rem;
z-index: 999;
}
}
@media screen and (min-height: 50.625rem) {
#advance-search-modal {
margin-top: 9rem;
z-index: 99;
z-index: 999;
}
}
#advance-search-modal .select2-container {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -418,13 +418,10 @@ ul.sf_date_field {
z-index: 99;
}
@media screen and (max-width: 49.125rem) {
margin-top: 5rem;
z-index: 999;
}
@media screen and (min-height: 50.625rem) {
margin-top: 9rem;
z-index: 99;
z-index: 999;
}
.select2-container{
width: 100% !important;
}
......