Skip to content

Commit

Permalink
Fix quickroll tooltip z-index so it appears on mobile initiative
Browse files Browse the repository at this point in the history
  • Loading branch information
kakaroto committed Jul 26, 2024
1 parent 2d3402f commit 2887179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dndbeyond/base/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ function getQuickRollTooltip() {
"position": "absolute",
"background": `url("${chrome.runtime.getURL("images/quick-roll-background.png")}") 50% center no-repeat transparent`,
"background-size": "contain",
"z-index": "20"
"z-index": "10000"
});
beyond20_tooltip.off('mouseenter').off('mouseleave').on('mouseleave', (e) => {
if (quickRollHideId)
Expand Down

0 comments on commit 2887179

Please sign in to comment.