A change in the global CSS in the PF2e system causes the hidden attribute to have style display: none !important, which jQuery's show() function won't override.
I filed a pretty long bug report there (https://github.com/foundryvtt/pf2e/issues/12869), but IMO it's not really an incorrect approach on their end and would probably take a lot of effort to "fix".
Comparatively I'd suggest that this module could change approach slightly, for example just a one line swap in TemplateDiceMap._createExtraButtons to:
A change in the global CSS in the PF2e system causes the
hidden
attribute to have styledisplay: none !important
, which jQuery's show() function won't override.I filed a pretty long bug report there (https://github.com/foundryvtt/pf2e/issues/12869), but IMO it's not really an incorrect approach on their end and would probably take a lot of effort to "fix".
Comparatively I'd suggest that this module could change approach slightly, for example just a one line swap in TemplateDiceMap._createExtraButtons to:
...would be sufficient to make them render again.