We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5838fd6 commit 0491ea8Copy full SHA for 0491ea8
mfr/extensions/video/templates/viewer.mako
@@ -1,3 +1,11 @@
1
+<style>
2
+ ## Setting margin and padding to 0 for body fixes the scrollbar flickering issue
3
+ body {
4
+ margin: 0;
5
+ padding: 0;
6
+ }
7
+</style>
8
+
9
<video controls height="100%">
10
<source src="${url}">
11
Your browser does not support the video tag.
@@ -7,4 +15,4 @@
15
<script src="/static/js/mfr.child.js"></script>
16
<script>
17
window.pymChild.sendMessage('embed', 'embed-responsive-16by9');
-</script>
18
+</script>
0 commit comments