Make dialog css edits dependant on polyfil

This commit is contained in:
QuantumEntangledAndy
2024-10-04 16:57:59 +07:00
parent 3e465d155c
commit bd48c2445a
3 changed files with 10 additions and 7 deletions

View File

@ -562,7 +562,7 @@ dialogPolyfill.DialogManager = function() {
// actual implementation, the modal dialog stacking is controlled by the
// top layer, where z-index has no effect.
this.overlay = document.createElement('div');
this.overlay.className = '_dialog_overlay';
this.overlay.className = '_poly_dialog_overlay';
this.overlay.addEventListener('click', function(e) {
this.forwardTab_ = undefined;
e.stopPropagation();