Futil / foundry-mausritter

The Mausritter RPG for Foundry
28 stars 20 forks source link

Overlay div on items in Player inventory blocking actions #29

Closed aniki21 closed 1 year ago

aniki21 commented 1 year ago

Items added to the player sheet can't have their title clicked (for dice rolls) or the usage pips adjusted due to the presence of an "overlay" div that seems to be blocking clicks.

image

Removing this div using developer tools allows the functionality to be used as normal. This div is not present on the card when it appears on NPC, hireling or storage character sheets.

aniki21 commented 1 year ago

Adding the CSS pointer-events: none to the .mausritter .overlay class also allows the items to function normally (though I've only tested this in Chrome).

curtishay commented 1 year ago

I ran into this with the standalone version of Foundry v10 as well (which I know just runs a Chrome container).

Futil commented 1 year ago

Oops, I thought I pushed that. I'll fix it ASAP

Futil commented 1 year ago

It should be fixed in the latest patch.