mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
Set Z-index to the maximum value so it is always on top https://stackoverflow.com/a/25461690/1961513
This commit is contained in:
committed by
Kyle Spearrin
parent
9ee016251a
commit
1ea07a6ced
@@ -219,7 +219,7 @@
|
||||
|
||||
var frameDiv = document.createElement('div');
|
||||
frameDiv.id = 'bit-notification-bar';
|
||||
frameDiv.style.cssText = 'height: 42px; width: 100%; top: 0; left: 0; padding: 0; position: fixed; z-index: 1000000099; visibility: visible;';
|
||||
frameDiv.style.cssText = 'height: 42px; width: 100%; top: 0; left: 0; padding: 0; position: fixed; z-index: 2147483647; visibility: visible;';
|
||||
frameDiv.appendChild(iframe);
|
||||
document.body.appendChild(frameDiv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user