[desktop] fix bug 45095
This commit is contained in:
parent
bc5552711d
commit
c7902ef927
|
@ -152,7 +152,7 @@ define([
|
||||||
|
|
||||||
// hide mask for modal window
|
// hide mask for modal window
|
||||||
var style = document.createElement('style');
|
var style = document.createElement('style');
|
||||||
style.appendChild(document.createTextNode('.modals-mask{opacity:0;}'));
|
style.appendChild(document.createTextNode('.modals-mask{opacity:0 !important;}'));
|
||||||
document.getElementsByTagName('head')[0].appendChild(style);
|
document.getElementsByTagName('head')[0].appendChild(style);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue