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;