Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link
@t-mullen

Description

@t-mullen
Issue body actions

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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.