Merge pull request #1221 from tonybatty/bug/ios-home-bar-covers-content
This commit is contained in:
commit
dfdcc05d3e
2 changed files with 2 additions and 0 deletions
|
|
@ -761,6 +761,7 @@ section {
|
|||
|
||||
main {
|
||||
padding: 0 8px 68px;
|
||||
margin-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
|
||||
ul,
|
||||
|
|
|
|||
|
|
@ -300,6 +300,7 @@ nav.secondary-nav {
|
|||
@apply justify-between;
|
||||
@apply bg-bgDarkColor;
|
||||
@apply space-y-0;
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
|
||||
a {
|
||||
@apply bg-transparent;
|
||||
|
|
|
|||
Loading…
Reference in a new issue