We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb841ae commit 9add5beCopy full SHA for 9add5be
1 file changed
src/main/settings.js
@@ -42,7 +42,8 @@ export default {
42
43
normalDialogStyles: `{
44
"opacity": 0.95,
45
- "zIndex": 2147483647
+ "zIndex": 2147483647,
46
+ "visibility": "visible"
47
}`,
48
49
movingDialogStyles: `{
@@ -51,7 +52,8 @@ export default {
51
52
53
hiddenDialogStyles: `{
54
"opacity": 0.0,
- "zIndex": -1
55
+ "zIndex": -1,
56
+ "visibility": "hidden"
57
58
59
contentWrapperTemplate: `<div style="margin:0;padding:0;border:0;vertical-align:baseline;text-align:left;">
0 commit comments