diff --git a/assets/themes/default/_header.scss b/assets/themes/default/_header.scss index 8b3e9cf8..5705f26c 100644 --- a/assets/themes/default/_header.scss +++ b/assets/themes/default/_header.scss @@ -144,7 +144,7 @@ body > header { } } - body > header:focus-within #content, #content.show { + body > header:focus-within #content, .show + #content { position: fixed; display: flex; flex-direction: column; @@ -280,7 +280,7 @@ body > header { } } - body > header:focus-within #content, #content.show { + body > header:focus-within #content, .show + #content { position: fixed; display: flex; flex-direction: column;