diff --git a/index.html b/index.html index 5eed8ad2..1976ba51 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ + style="overflow: hidden auto; min-block-size: calc(100% + env(safe-area-inset-top) + env(safe-area-inset-bottom));background: var(--initial-loader-bg, #fff);"> @@ -37,7 +37,6 @@ const primaryColor = localStorage.getItem('materio-initial-loader-color') || '#9155FD' if (primaryColor) document.documentElement.style.setProperty('--initial-loader-color', primaryColor) - document.documentElement.style.setProperty('background', 'var(--initial-loader-bg, #fff)')