Skip to content

Commit

Permalink
fix(FixedLayout): fix positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
inomdzhon committed Apr 22, 2022
1 parent 8feba16 commit 230b4dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/FixedLayout/FixedLayout.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
.FixedLayout--top {
width: 100%;
top: 0;
left: 0;
}

.FixedLayout--bottom {
width: 100%;
left: 0;
bottom: 0;
padding-bottom: var(--safe-area-inset-bottom);
}
Expand Down

0 comments on commit 230b4dc

Please sign in to comment.