Skip to content

Commit

Permalink
Use env(safe-area-inset-bottom) to prevent issues on Apple devices
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeldesu committed Jan 1, 2022
1 parent f75d63b commit 2ce9489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/overrides/_turbolinks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

@include media-breakpoint-down('md') {
top: unset !important;
bottom: 45px !important;
bottom: calc(45px + env(safe-area-inset-bottom)) !important;
position: fixed;
left: 0 !important;
}
Expand Down

0 comments on commit 2ce9489

Please sign in to comment.