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 { ...@@ -18316,14 +18316,8 @@ ul.sf_date_field .sf-datepicker {
18316 } 18316 }
18317 @media screen and (max-width: 49.125rem) { 18317 @media screen and (max-width: 49.125rem) {
18318 #advance-search-modal { 18318 #advance-search-modal {
18319 margin-top: 5rem; 18319 margin-top: 9rem;
18320 z-index: 999;
18321 }
18322 }
18323 @media screen and (min-height: 50.625rem) {
18324 #advance-search-modal {
18325 z-index: 99; 18320 z-index: 99;
18326 z-index: 999;
18327 } 18321 }
18328 } 18322 }
18329 #advance-search-modal .select2-container { 18323 #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 { ...@@ -418,13 +418,10 @@ ul.sf_date_field {
418 z-index: 99; 418 z-index: 99;
419 } 419 }
420 @media screen and (max-width: 49.125rem) { 420 @media screen and (max-width: 49.125rem) {
421 margin-top: 5rem; 421 margin-top: 9rem;
422 z-index: 999;
423 }
424 @media screen and (min-height: 50.625rem) {
425 z-index: 99; 422 z-index: 99;
426 z-index: 999;
427 } 423 }
424
428 .select2-container{ 425 .select2-container{
429 width: 100% !important; 426 width: 100% !important;
430 } 427 }
......