Skip to content

Commit

Permalink
div tag for jittery video in Firefox #1025
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed Dec 27, 2023
1 parent fc2529d commit 4ba9e05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@
{% endblock %}
</body>

<!-- Fix for Jittery Video in Firefox #1025 -->
<div style="width: 1px; height: 1px; position: fixed; backdrop-filter: blur(0.01rem)"></div>

</html>

0 comments on commit 4ba9e05

Please sign in to comment.