fix: Fixed notifications not appearing until hovering the top-bar, b=(closes #8510), c=common

This commit is contained in:
mr. m
2025-05-22 11:44:33 +02:00
parent cce90e6ddc
commit b03cdba607

View File

@@ -35,7 +35,7 @@
// Fix notification deck
const deckTemplate = document.getElementById('tab-notification-deck-template');
if (deckTemplate) {
document.getElementById('zen-appcontent-navbar-container').appendChild(deckTemplate);
document.getElementById('zen-appcontent-wrapper').prepend(deckTemplate);
}
this._hideUnusedElements();