mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
Custom Dialogs demo: Bumping backdrop Z. (#1705)
This commit is contained in:
committed by
GitHub
parent
fe2a7499d2
commit
63e33c8894
@@ -93,7 +93,8 @@ CustomDialog.show = function(title, message, options) {
|
||||
backdropDiv.style.cssText =
|
||||
'position: absolute;' +
|
||||
'top: 0; left: 0; right: 0; bottom: 0;' +
|
||||
'background-color: rgba(0, 0, 0, .7);';
|
||||
'background-color: rgba(0, 0, 0, .7);' +
|
||||
'z-index: 100;';
|
||||
document.body.appendChild(backdropDiv);
|
||||
|
||||
dialogDiv = document.createElement('div');
|
||||
|
||||
Reference in New Issue
Block a user