Skip to content

Commit

Permalink
padded localnav curtain with safe-area-inset-bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmrj committed Dec 18, 2024
1 parent 6446ef7 commit e23f1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/blocks/global-navigation/global-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ header.new-nav .feds-breadcrumbs li:first-child:not(:nth-last-child(-n+3)):after
.feds-localnav.feds-localnav--active .feds-localnav-curtain {
width: 100%;
height: calc(100lvh - (var(--feds-height-nav) + var(--feds-localnav-height)));
min-height: -webkit-fill-available;
padding-bottom: env(safe-area-inset-bottom);
position: absolute;
background: var(--feds-color-black-v2);
opacity: 0.7;
Expand Down

0 comments on commit e23f1b0

Please sign in to comment.