Skip to content

Commit

Permalink
Attempted fix for iPhone
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Apr 17, 2024
1 parent 3442b8a commit 932431a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion static/index.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions static/index.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/meta.json

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@ $theme-colors: map-merge($theme-colors, $custom-colors);
// mapbox-gl isn't scss, but the compiler seems OK with it anyway
@import "../node_modules/mapbox-gl/dist/mapbox-gl";
@import "../node_modules/@mapbox/mapbox-gl-geocoder/dist/mapbox-gl-geocoder";

body {
min-height: 100vh;
min-height: -webkit-fill-available;
}
html {
height: -webkit-fill-available;
}

0 comments on commit 932431a

Please sign in to comment.