toconnell / kdm-manager

An interactive campaign manager for the game "Monster", by Kingdom Death. Development blog and release notes at https://blog.kdm-manager.com This project has no affiliation with Kingdom Death and is a totally independent, fan-maintained project.
http://kdm-manager.com
Other
26 stars 11 forks source link

Settlement Sheet: storage elements blocked #552

Closed toconnell closed 3 years ago

toconnell commented 4 years ago

[5e14b099651593105781b158] has submitted an error report!

on the Storage side It is not possible to see the items of the Stone Circle and the Weapon Crafter, because the bottom menu does not disappear

the bottom line (Sheet - Note - Admin..) does not disappear, so I can not use the information underneath (e.g. Character Sheet Abilities)

I think the problem is probably the tabs bar.

I asked for a screen capture, so I can see what resolution this is happening at, but I'm going to see if I can't re-create it on my own.

toconnell commented 3 years ago

Turns out this is a FireFox thing:

the Problem occours in the Firefox-Browser. In Google Chrome it is ok. You see on the picture, that the "Sheet"-Area is over a part of the "Lost Settlement". The same in the storage area and it is not possible to scoll more down, so "Stone Circle" Items and the Weapon Crafter are not visible. Only in Firefox - so in Chrome it worked for me.

image

image

toconnell commented 3 years ago

This is a reminder to myself to check this in Edge.

toconnell commented 3 years ago

Interestingly, the issue here APPEARS to be that the application containers (for Settlement Sheet and Survivor Sheet) are basically being handled like floats, i.e. their height is being ignored, so the height of #container is zero:

image

(They yellow bits are the margins at the top and bottom that help our content clear the top nav and the bottom tab nav.)

This was...difficult to figure out, since flexboxes aren't floats?

toconnell commented 3 years ago

This is fixed in the next release of the Manager.