twiceineverymoment / newera-sol366-foundry

Other
0 stars 0 forks source link

Left side of actor sheet not scrollable #11

Closed twiceineverymoment closed 2 months ago

twiceineverymoment commented 3 months ago

The left pane of the actor sheet should be scrollable so that additional resources beyond 3 can exist and players with small screens can see the entire pane.

twiceineverymoment commented 3 months ago

Updated CSS in 0.13 but some issues persist. Need to determine why the div doesn't show the scrollbar unless the max-height property is explicitly set, and why the value of this property seems to affect how much of the div is visible. Probably has something to do with the sheet being enclosed in Foundry's window

twiceineverymoment commented 2 months ago

For 0.13 we will roll back the scroll behavior changes to the pre-0.10 behavior so the entire actor sheet scrolls. This isn't the optimal appearance but it does work. We'll open another issue to implement the optimal scrolling behavior where the top portion stays at the top.