Merge pull request #385 from AdenMGB/reload-fix

fix: fix bug in Vanilla SEQTA Causing unesasary reloads
This commit is contained in:
Alphons Joseph
2026-02-22 18:49:21 +08:00
committed by GitHub
+10
View File
@@ -3550,6 +3550,16 @@ div.day-empty {
scrollbar-width: none !important;
}
/* Fix SEQTA update: ul.logo-link covers sidebar and causes page reload on empty space clicks */
#menu ul.logo-link {
pointer-events: none;
/* Re-enable clicks on menu items (li) - they're inside the logo-link ul */
li {
pointer-events: auto;
}
}
.notice-unified-content.notice-modal-state {
border: none !important;
}