mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
Merge pull request #1683 from pierosavi/fix/docs-mobile-overlay
docs: fix sidebar overlay being always present on smallest media query
This commit is contained in:
commit
f4710e83af
1 changed files with 2 additions and 1 deletions
|
|
@ -856,10 +856,11 @@ body {
|
|||
}
|
||||
|
||||
.overlay {
|
||||
display: block;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.overlay.is-visible {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue