Cleaned up code, fixed CSS issues caused by Netflix update
This commit is contained in:
shirtjs 2021-09-07 21:54:41 -04:00
parent 4383594d23
commit 2380097d45
7 changed files with 100 additions and 65 deletions

14
netflix.css Normal file
View file

@ -0,0 +1,14 @@
/* Fixes audio and subtitle picker scrolling */
.watch-video--selector-audio-subtitle {
display: flex;
}
div[data-uia="selector-audio-subtitle"] > div {
display: flex;
flex-direction: column;
}
div[data-uia="selector-audio-subtitle"] > div > ul {
overflow-y: scroll;
}