fix: re-enable clicks on menu items during sidebar editing

This commit is contained in:
SethBurkart123
2026-03-18 11:54:19 +11:00
parent 18603026a3
commit 3c8c68ce2f
+3 -2
View File
@@ -3703,8 +3703,9 @@ div.day-empty {
#menu ul.logo-link {
pointer-events: none;
/* Re-enable clicks on menu items (li) - they're inside the logo-link ul */
li {
/* Re-enable clicks on menu items while sidebar editing swaps built-in items to <section> */
li,
section {
pointer-events: auto;
}
}