diff --git a/src/css/injected.scss b/src/css/injected.scss index 5eeddb56..0fe0cd72 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -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; }