Fix video load
This commit is contained in:
parent
c819b3f409
commit
1014c76d6a
1 changed files with 2 additions and 1 deletions
|
|
@ -57,11 +57,12 @@ noscript {
|
||||||
border-radius: var(--border-radius) var(--border-radius) 0 0;
|
border-radius: var(--border-radius) var(--border-radius) 0 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
img,
|
img,
|
||||||
video,
|
video,
|
||||||
iframe {
|
iframe {
|
||||||
pointer-events: all;
|
pointer-events: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue