From 01943ff5a0f546003ed4b3677d8a3a3ba6c7814c Mon Sep 17 00:00:00 2001
From: Mantvydas Deltuva <mantvydasdeltuva@gmail.com>
Date: Tue, 21 Jan 2025 05:20:02 +0000
Subject: [PATCH] feat(i18n): Lithuanian (#1733)
---
quartz/components/scripts/graph.inline.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/quartz/components/scripts/graph.inline.ts b/quartz/components/scripts/graph.inline.ts
index 5e8d48c..dbddae9 100644
--- a/quartz/components/scripts/graph.inline.ts
+++ b/quartz/components/scripts/graph.inline.ts
@@ -580,7 +580,7 @@
function hideGlobalGraph() {
container?.classList.remove("active")
if (sidebar) {
- sidebar.style.zIndex = "unset"
+ sidebar.style.zIndex = ""
}
}
--
Gitblit v1.10.0