Skip to content

Absolute positioning on top-level element causes it not to render #89

@t-mullen

Description

@t-mullen

This works fine:

<html-gl>
  <h1>Hello world</h1>
</html-gl>

This causes the h1 element to not render:

<html-gl>
  <h1 style="position:absolute">Hello world</h1>
</html-gl>

I wasn't able to determine if the positioning is just really offset to some absolute point and it's rendering off-canvas, or if it's not rendering at all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions