fix(graph): mobile global graph overlay (#1790)
This commit is contained in:
parent
dd6bd498db
commit
59d5a0ed3a
1 changed files with 0 additions and 1 deletions
|
@ -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)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue