Closed luigi closed 3 years ago
Saw this on our Pandemic EBT apps:
View it live: https://ca-demo.p-ebt.org/en/
I think this issue popped up because of some recent sidebar work:
https://github.com/codeforamerica/honeycrisp-gem/blob/7430ee20b4535f73c46f47b62cf8f4d80698c0ce/app/assets/stylesheets/_sidebar-nav.scss#L171-L173
The left: $sidebar-width rule is being applied to all tablet-up instances of .main-footer, even in cases where the sidebar isn't present.
left: $sidebar-width
.main-footer
Saw this on our Pandemic EBT apps:
View it live: https://ca-demo.p-ebt.org/en/
I think this issue popped up because of some recent sidebar work:
https://github.com/codeforamerica/honeycrisp-gem/blob/7430ee20b4535f73c46f47b62cf8f4d80698c0ce/app/assets/stylesheets/_sidebar-nav.scss#L171-L173
The
left: $sidebar-width
rule is being applied to all tablet-up instances of.main-footer
, even in cases where the sidebar isn't present.