Skip to content

Commit

Permalink
fix: horizontal overflow in sort dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
nrednav committed Apr 5, 2024
1 parent c8ce8e3 commit f1c0781
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
}

#ytpdc-sort-control select {
width: 100%;
height: auto;
white-space: pre-wrap;
appearance: none;
color: #ddd;
background-color: transparent;
Expand Down

0 comments on commit f1c0781

Please sign in to comment.