Fixed padding bottom on footer for ios
This commit is contained in:
parent
2abbbdda79
commit
74fb6a2c37
@ -12,6 +12,7 @@ function Footer() {
|
||||
width: "100%",
|
||||
alignItems: "center",
|
||||
justifyContent: "center",
|
||||
paddingBottom: "env(safe-area-inset-bottom)",
|
||||
}}
|
||||
>
|
||||
<Link m={2} to="/about" variant="footer">
|
||||
|
Loading…
Reference in New Issue
Block a user