diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index 2b95c775..81cd09aa 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -255,7 +255,7 @@ } /* fall back to less pretty value cuz chrome doesn't support sign() */ - :global([data-chrome]) { + :global([data-chrome="true"]) { --sidebar-height-mobile: calc(50px + env(safe-area-inset-bottom)); }