Skip to content

Commit 008df23

Browse files
committed
Fix to use always backround from styles in events
1 parent 765fe41 commit 008df23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

www/eventsframe.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<style>
2525
html, body {
2626
background-color: transparent;
27+
background: transparent;
2728
margin: 0;
2829
padding: 0;
2930
overflow: hidden;
@@ -879,4 +880,4 @@
879880
</div>
880881
</div>
881882
</body>
882-
</html>
883+
</html>

0 commit comments

Comments
 (0)