fix: poster image shouldn’t receive click events

This commit is contained in:
Sam Potts 2020-10-19 21:39:26 +11:00
parent 102fb1a32f
commit d4b4303b8e

View File

@ -10,6 +10,7 @@
height: 100%;
left: 0;
opacity: 0;
pointer-events: none;
position: absolute;
top: 0;
transition: opacity 0.2s ease;