MetaMorphic-Digital / complete-card-management

A FVTT module that allows users to manipulate cards as part of the canvas
2 stars 0 forks source link

[#2] Subclass CardsSheet for deck, hand, and pile. #18

Closed krbz999 closed 4 months ago

krbz999 commented 4 months ago

Closes #2.

JPMeehan commented 4 months ago

Pile isn't scrollable, so if you have more than 11 cards in it you stop being able to see the rest. I suspect the same is true for Hand.

JPMeehan commented 4 months ago

Related to previous, I wonder if we should make the header sticky as users scroll. I'm inclined towards yes.

krbz999 commented 4 months ago

Related to previous, I wonder if we should make the header sticky as users scroll. I'm inclined towards yes.

Making it sticky is no issue. However, the background is transparent, leading to some unpleasant visuals with the scrolling section as it moves up and behind the header.

krbz999 commented 4 months ago

Scrolling behavior is fixed. I think any improvements should be relegated to follow-up work.