diff --git a/spa/src/style.css b/spa/src/style.css index 2fc886c..c1309a8 100644 --- a/spa/src/style.css +++ b/spa/src/style.css @@ -7,4 +7,11 @@ html, body { overscroll-behavior-y: none; -webkit-overflow-scrolling: auto; -} \ No newline at end of file +} + +#app { + padding-top: env(--tg-content-safe-area-inset-top); + padding-bottom: env(--tg-content-safe-area-inset-bottom); + padding-left: env(--tg-content-safe-area-inset-left); + padding-right: env(--tg-content-safe-area-inset-right); +}