1
0
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:
Kyle Spearrin
2019-10-09 10:12:06 -04:00
parent 60f6863e4f
commit 3e1e05ab4f
3 changed files with 3 additions and 1 deletions

View File

@@ -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;';