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;