diff --git a/client/index.html b/client/index.html index 73444fa..7638131 100644 --- a/client/index.html +++ b/client/index.html @@ -2,13 +2,13 @@ - + NOMAD - + diff --git a/client/src/index.css b/client/src/index.css index 330c7a1..7d05340 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -5,21 +5,6 @@ html { height: 100%; overflow: hidden; background-color: var(--bg-primary); } body { height: 100%; overflow: auto; overscroll-behavior: none; -webkit-overflow-scrolling: touch; } -/* iOS PWA: fill the home indicator safe area with app background */ -@supports (padding-bottom: env(safe-area-inset-bottom)) { - html::after { - content: ''; - position: fixed; - left: 0; - right: 0; - bottom: 0; - height: env(safe-area-inset-bottom, 0px); - background: var(--bg-primary); - transform: translateY(100%); - pointer-events: none; - z-index: 99999; - } -} .atlas-tooltip { background: rgba(10, 10, 20, 0.6) !important;