style fixes

This commit is contained in:
manuel.sowada
2026-05-12 15:58:46 +02:00
parent 0a28a3e493
commit 63931bc4d5
10 changed files with 37 additions and 149 deletions

View File

@@ -116,7 +116,10 @@
const trayNotifyButton = document.querySelector('#taskbar > .notify-button')
const notify = new NotifyBubble(trayNotifyButton, "#notify-bubble");
document.addEventListener("contextmenu", evt => evt.preventDefault());
document.addEventListener("contextmenu", evt => {
evt.preventDefault()
evt.stopPropagation();
});
document.querySelectorAll('#start-menu .start-item.has-submenu').forEach(item => {
item.addEventListener('click', evt => {