From 7562cf1e75e5e8f84730f9a0f2b0f70a37aa5965 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Fri, 12 Feb 2021 18:18:45 +0900 Subject: [PATCH] Open menu even when focus-within code doesn't work --- assets/themes/default/_header.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;