-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Got a pretty simple setup that's mostly just text and some bitmaps. Without overflow it looks something like this:
Adding limits to the flow elements that would make it scroll starts behaving all sorts of wrong.
max-height: 800;
overflow: scroll;Just hides's the whole thing tho I can see in debug that the elements is there.
Trying to mess around with it more reveals that all the elements are being hidden by something. Adding more width to the element does show parts of the element's content.
It's like there is something on top of the whole element that's making the content invisible.
Metadata
Metadata
Assignees
Labels
No labels


