Skip to content

Commit

Permalink
feat(css): add 44px bottom safe area (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
azarz authored Jul 24, 2024
1 parent b9a7533 commit 6ca0e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
flex-direction: column;
z-index: 2998;
box-sizing: border-box;
padding: 0 6% 6% 6%;
padding: 0 6% 44px 6%;
}

#sheetHeader,
Expand Down

0 comments on commit 6ca0e41

Please sign in to comment.