Skip to content

Commit

Permalink
fix: make tooltips more minecraft like
Browse files Browse the repository at this point in the history
  • Loading branch information
bemoty committed Oct 24, 2024
1 parent 384e402 commit c5fddaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MinecraftInventory/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@

.slot .tooltip {
z-index: 10;
pointer-events: none;
/* Tooltip bleibt im Vordergrund */
}

Expand Down

0 comments on commit c5fddaa

Please sign in to comment.