mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-02-16 15:05:13 +00:00
Open menu even when focus-within code doesn't work
This commit is contained in:
parent
de1c3f3245
commit
7562cf1e75
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue