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;
|
||||
pointer-events: none;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
|
||||
img,
|
||||
video,
|
||||
iframe {
|
||||
pointer-events: all;
|
||||
pointer-events: auto;
|
||||
position: relative;
|
||||
z-index: -1;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue