From 1014c76d6af29d3dc226ec61a74473c0c967e5ba Mon Sep 17 00:00:00 2001 From: schmelczerandras Date: Thu, 26 Nov 2020 22:55:30 +0100 Subject: [PATCH] Fix video load --- src/styles.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles.scss b/src/styles.scss index 1fa5986..617588b 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -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%;