Skip to content

Commit

Permalink
increased z-index of "X" button to stay on top of Twitch badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Kwaschny committed May 25, 2023
1 parent 1a847c4 commit 15a2ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/directory.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
position: absolute;
top: 10px;
user-select: none;
z-index: 2; /* 2+ required to be on top of Twitch Prime badge */
z-index: 9999; /* stay on top of Twitch badges */
}
.uttv-hide-item.uttv-ffz {
top: 34px;
Expand Down

0 comments on commit 15a2ebd

Please sign in to comment.