[desktop] fix bug 45095

This commit is contained in:
Maxim Kadushkin 2020-04-08 19:56:03 +03:00 committed by Alexey Golubev
parent bc5552711d
commit c7902ef927

View file

@ -152,7 +152,7 @@ define([
// hide mask for modal window
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);
}