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:
callumalpass 2026-03-29 20:06:55 +11:00 committed by GitHub
commit f4710e83af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -856,10 +856,11 @@ body {
}
.overlay {
display: block;
display: none;
}
.overlay.is-visible {
display: block;
opacity: 1;
pointer-events: auto;
}