Skip to content

Overflow scroll cuts off content #60

Description

@mufty

Got a pretty simple setup that's mostly just text and some bitmaps. Without overflow it looks something like this:

image

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.

image

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.

image

It's like there is something on top of the whole element that's making the content invisible.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions