Skip to content

Commit 627cf65

Browse files
committed
feat(Add): inline user event editor to MonthlyCalendar
1 parent 0a9aa58 commit 627cf65

3 files changed

Lines changed: 669 additions & 268 deletions

File tree

src/calendar/left-calendar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export const loadLeftCalendar = (logseqDbGraph: boolean) => {
3737
summaryElement.className = "header items-center pl-4"
3838
summaryElement.style.cursor = "row-resize"
3939
summaryElement.style.backgroundColor = "var(--ls-tertiary-background-color)"
40+
summaryElement.style.zIndex = "0"
4041
summaryElement.innerText = t("Monthly Calendar") // タイトルを入れる
4142
summaryElement.title = pluginName // プラグイン名を入れる
4243
const innerElement: HTMLDivElement = parent.document.createElement("div")

0 commit comments

Comments
 (0)