Hide scrollbar when not needed

This commit is contained in:
shirtjs 2021-09-08 10:49:41 -04:00
parent 2380097d45
commit 28b4b01913

View file

@ -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;
}