mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-06-16 17:56:39 +00:00
fix(graph): mobile global graph overlay (#1790)
This commit is contained in:
parent
dd6bd498db
commit
59d5a0ed3a
@ -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…
x
Reference in New Issue
Block a user