Added adjustment for footer-bar in iphonex

This commit is contained in:
mgabdev 2019-10-23 16:03:16 -04:00
parent 1e8c064a84
commit 17bb84cf83
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@
z-index: 1000;
transition: transform 0.2s ease;
overflow: hidden;
padding-bottom: 0;
padding-bottom: env(safe-area-inset-bottom);
@media screen and (min-width: 895px) {
display: none !important;

View File

@ -2,7 +2,7 @@
%html{ lang: I18n.locale }
%head
%meta{ charset: 'utf-8' }/
%meta{ name: 'viewport', content: 'width=device-width, initial-scale=1' }/
%meta{ name: 'viewport', content: 'width=device-width, initial-scale=1', 'viewport-fit': 'cover' }/
- if cdn_host?
%link{ rel: 'dns-prefetch', href: cdn_host }/