Skip to content

Commit

Permalink
Update z-index to prevent chat from showing up over 'rules' dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
FlaminSarge committed Sep 8, 2024
1 parent 2fc1654 commit 3bf21be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HyperchatButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

<style>
:global(div#contents.style-scope.yt-live-chat-renderer) {
z-index: 100;
z-index: 2;
}
#hc-buttons {
Expand Down

0 comments on commit 3bf21be

Please sign in to comment.