7299f888 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent f9820aa7
......@@ -16831,6 +16831,12 @@ ul.sf_date_field .sf-datepicker {
margin-top: 0px;
}
}
@media screen and (max-width: 786px) {
#advance-search-modal {
margin-top: 80px;
z-index: 99;
}
}
@media screen and (min-height: 810px) {
#advance-search-modal {
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.
......@@ -417,6 +417,10 @@ ul.sf_date_field {
margin-top: 0px;
}
@media screen and (max-width: 786px) {
margin-top: 80px;
z-index: 99;
}
@media screen and (min-height: 810px) {
z-index: 99;
margin-top: 80px;
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.19
Version: 1.0.20
*/
......