Skip to content

Commit

Permalink
feat(*): support safe-area
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancar committed Dec 6, 2024
1 parent 771b743 commit 002fc94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/side-panel/src/mobile/mobile.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
flex-direction: column;
width: 100%;
flex: 1;
padding-top: env(--safe-area-inset-bottom, 0);
padding-bottom: env(--safe-area-inset-bottom, 0);
padding-top: env(safe-area-inset-bottom, 0);
padding-bottom: env(safe-area-inset-bottom, 0);
}

0 comments on commit 002fc94

Please sign in to comment.