qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
12 additions
and
2 deletions
| ... | @@ -16831,6 +16831,12 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -16831,6 +16831,12 @@ ul.sf_date_field .sf-datepicker { |
| 16831 | margin-top: 0px; | 16831 | margin-top: 0px; |
| 16832 | } | 16832 | } |
| 16833 | } | 16833 | } |
| 16834 | @media screen and (max-width: 786px) { | ||
| 16835 | #advance-search-modal { | ||
| 16836 | margin-top: 80px; | ||
| 16837 | z-index: 99; | ||
| 16838 | } | ||
| 16839 | } | ||
| 16834 | @media screen and (min-height: 810px) { | 16840 | @media screen and (min-height: 810px) { |
| 16835 | #advance-search-modal { | 16841 | #advance-search-modal { |
| 16836 | z-index: 99; | 16842 | z-index: 99; | ... | ... |
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.
| ... | @@ -414,9 +414,13 @@ ul.sf_date_field { | ... | @@ -414,9 +414,13 @@ ul.sf_date_field { |
| 414 | position: fixed; | 414 | position: fixed; |
| 415 | margin-top: 1%; | 415 | margin-top: 1%; |
| 416 | @media screen and (max-width: 900px) { | 416 | @media screen and (max-width: 900px) { |
| 417 | margin-top: 0px; | 417 | margin-top: 0px; |
| 418 | 418 | ||
| 419 | } | 419 | } |
| 420 | @media screen and (max-width: 786px) { | ||
| 421 | margin-top: 80px; | ||
| 422 | z-index: 99; | ||
| 423 | } | ||
| 420 | @media screen and (min-height: 810px) { | 424 | @media screen and (min-height: 810px) { |
| 421 | z-index: 99; | 425 | z-index: 99; |
| 422 | margin-top: 80px; | 426 | margin-top: 80px; | ... | ... |
-
Please register or sign in to post a comment