fix(graph): mobile global graph overlay

This commit is contained in:
Emile Bangma 2025-02-24 23:25:56 +00:00
parent dd6bd498db
commit 882d2c3d60

View File

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