From dffb75acf83bf791890a48be101452c2a2e4e6af Mon Sep 17 00:00:00 2001 From: Coloride <108619637+realcoloride@users.noreply.github.com> Date: Mon, 17 Jul 2023 09:55:02 +0200 Subject: [PATCH] Update youtubeDL.css --- youtubeDL.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youtubeDL.css b/youtubeDL.css index 3adac4c..8873097 100644 --- a/youtubeDL.css +++ b/youtubeDL.css @@ -60,7 +60,7 @@ body { background-color: rgba(0, 0, 0, 0); - pointer-events: none; + pointer-events: auto; opacity: 0; transition: opacity ease-out 0.2s; } @@ -68,7 +68,7 @@ body { background-color:rgba(0, 0, 0, 0.65); opacity: 1; - pointer-events: all; + pointer-events: auto; } #youtubeDL-popup-bg > div * { opacity: 1;