94d969a1 by Jeff Balicki

gray fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 80c0039b
......@@ -20286,6 +20286,9 @@ ul.sf_date_field .sf-datepicker {
background-color: #669999;
}
.pojo-a11y-grayscale {
overflow-y: scroll !important;
}
.pojo-a11y-grayscale .site {
margin-top: 0px !important;
padding-top: 170px !important;
......@@ -20294,6 +20297,9 @@ ul.sf_date_field .sf-datepicker {
z-index: 999;
position: fixed;
margin-top: -8%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#pojo-a11y-toolbar {
......
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.
.pojo-a11y-grayscale{
// position: absolute !important;
// width: 100vw !important;
overflow-y:scroll !important;
.site{
margin-top: 0px !important;
padding-top: 170px !important;
......@@ -14,6 +11,9 @@
z-index: 999;
position: fixed;
margin-top: -8%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
}
.pojo-a11y-grayscale{
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.443
Version: 1.0.444
*/
......