From 28b4b019133aae7dd7765c3f191dfaca9f346676 Mon Sep 17 00:00:00 2001 From: shirtjs <2660574+shirt-dev@users.noreply.github.com> Date: Wed, 8 Sep 2021 10:49:41 -0400 Subject: [PATCH] Hide scrollbar when not needed --- netflix.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netflix.css b/netflix.css index 13117f4..846366e 100644 --- a/netflix.css +++ b/netflix.css @@ -10,5 +10,5 @@ div[data-uia="selector-audio-subtitle"] > div { } div[data-uia="selector-audio-subtitle"] > div > ul { - overflow-y: scroll; + overflow-y: auto; }