fix(graph): mobile global graph overlay (#1790)

This commit is contained in:
Emile Bangma 2025-02-25 13:35:24 +01:00 committed by GitHub
parent dd6bd498db
commit 59d5a0ed3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,6 @@
.page > #quartz-body {
// Shift page position when toggling Explorer on mobile.
& > :not(.sidebar.left:has(.explorer)) {
transform: translateX(0);
transition: transform 300ms ease-in-out;
}
&.lock-scroll > :not(.sidebar.left:has(.explorer)) {