mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-06-22 00:36:43 +00:00
v2.0.3
Cleaned up code, fixed CSS issues caused by Netflix update
This commit is contained in:
parent
4383594d23
commit
2380097d45
7 changed files with 100 additions and 65 deletions
14
netflix.css
Normal file
14
netflix.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue