Fix video load

This commit is contained in:
schmelczerandras 2020-11-26 22:55:30 +01:00
parent c819b3f409
commit 1014c76d6a

View file

@ -57,11 +57,12 @@ noscript {
border-radius: var(--border-radius) var(--border-radius) 0 0;
pointer-events: none;
cursor: pointer;
position: relative;
img,
video,
iframe {
pointer-events: all;
pointer-events: auto;
position: relative;
z-index: -1;
width: 100%;