Skip to content

Commit

Permalink
fix(FixedFooterLayout): prevent content from being rendered on top of…
Browse files Browse the repository at this point in the history
… the footer (#891)

* fix content position and zIndex in FixedFooterLayout

* change zIndex hack for isolation
  • Loading branch information
marcoskolodny authored Sep 22, 2023
1 parent f81490f commit dc861d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fixed-footer-layout.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const withoutFooter = sprinkles({display: 'none'});
export const container = style({
'@media': {
[mq.tabletOrSmaller]: {
isolation: 'isolate',
paddingBottom: footerHeight,
background: fallbackVar(backgroundColor, skinVars.colors.background),
},
Expand Down

0 comments on commit dc861d5

Please sign in to comment.