Skip to content

Commit fb741a1

Browse files
committed
Fix opacity bug
1 parent 6206ef1 commit fb741a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/standalonepopup.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
});
5858
</script>
5959
</head>
60-
<body style="margin:0;position:absolute;top:0;left:0;width:100%;height:100%;transition: opacity 1s ease-out;opacity: 0;">
60+
<body style="margin:0;position:absolute;top:0;left:0;width:100%;height:100%;">
6161

6262
<!-- Element where elFinder will be created (REQUIRED) -->
6363
<div id="elfinder" style="position:absolute;top:0;left:0;width:100%;height:100%;"></div>

0 commit comments

Comments
 (0)