We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d207905 commit 5463fc8Copy full SHA for 5463fc8
js/widgets/popup.js
@@ -220,7 +220,8 @@ define( [ "jquery",
220
"ui-popup-screen-background-hack",
221
( this._ui.screen.css( "background-color" ) === "transparent" &&
222
this._ui.screen.css( "background-image" ) === "none" &&
223
- this._ui.screen.css( "background" ) === undefined ) );
+ ( this._ui.screen.css( "background" ) === undefined ||
224
+ this._ui.screen.css( "background" ) === "" ) ) );
225
}
226
227
if ( this._isOpen ) {
0 commit comments