Skip to content

Commit

Permalink
Merge pull request #147 from FlaminSarge/rules-dialog-fix
Browse files Browse the repository at this point in the history
Update z-index to prevent chat from showing up over 'rules' dialog
  • Loading branch information
KentoNishi authored Sep 12, 2024
2 parents 2fc1654 + 3bf21be commit d314740
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 d314740

Please sign in to comment.