From 5f819626d6cb314c53acfc8171134d3eaae458cc Mon Sep 17 00:00:00 2001 From: Puru Vijay Date: Sun, 12 Feb 2023 14:32:13 +0530 Subject: [PATCH] Fix zen mode height issue --- sites/svelte.dev/src/routes/+layout.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/svelte.dev/src/routes/+layout.svelte b/sites/svelte.dev/src/routes/+layout.svelte index 879b1dcb59..c9f47cbd40 100644 --- a/sites/svelte.dev/src/routes/+layout.svelte +++ b/sites/svelte.dev/src/routes/+layout.svelte @@ -101,9 +101,9 @@ bottom: var(--ukr-footer-height) !important; } - :global(.zen-mode) { + /* :global(.zen-mode) { height: calc(100vh - var(--ukr-footer-height)) !important; - } + } */ @media (max-width: 830px) { :global(aside) {