mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
ally on notification bar
This commit is contained in:
@@ -517,6 +517,7 @@ document.addEventListener('DOMContentLoaded', (event) => {
|
||||
iframe.id = 'bit-notification-bar-iframe';
|
||||
|
||||
const frameDiv = document.createElement('div');
|
||||
frameDiv.setAttribute('aria-live', 'polite');
|
||||
frameDiv.id = 'bit-notification-bar';
|
||||
frameDiv.style.cssText = 'height: 42px; width: 100%; top: 0; left: 0; padding: 0; position: fixed; ' +
|
||||
'z-index: 2147483647; visibility: visible;';
|
||||
|
||||
Reference in New Issue
Block a user