Open menu even when focus-within code doesn't work

This commit is contained in:
Kitaiti Makoto 2021-02-12 18:18:45 +09:00
parent de1c3f3245
commit 7562cf1e75

View file

@ -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;