Skip to content

Commit

Permalink
fix(www): mobile nav for iPhone X (#18845)
Browse files Browse the repository at this point in the history
* fix: fix bottom navbar on Iphone X

* fix: remove unused property
  • Loading branch information
lekterable authored and fk committed Oct 21, 2019
1 parent 2f4c460 commit ef8568f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/src/components/navigation-mobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const MobileNavigation = () => (
bottom: 0,
display: `flex`,
fontFamily: `header`,
height: `headerHeight`,
justifyContent: `space-around`,
left: 0,
paddingBottom: `env(safe-area-inset-bottom)`,
Expand Down

0 comments on commit ef8568f

Please sign in to comment.