mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-05-03 16:30:33 +00:00
Hide scrollbar when not needed
This commit is contained in:
parent
2380097d45
commit
28b4b01913
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue