Skip to content

Incorrect position of tooltip/infolabel when scrolling #439

@jerhat

Description

@jerhat

Position of Tooltip and InfoLabel is incorrect when scrolling (vertical or horizontal) is involved.

Image

thaw = { version = "0.5.0-beta" }
leptos = { version = "0.8" }
<div style="height: 300px; background: yellow;">
""
</div>
<InfoLabel>
    <InfoLabelInfo slot>"infolabel"</InfoLabelInfo>
    "infolabelable"
</InfoLabel>
<br/>
<Tooltip content="tooltip">
    <Text>"tooltipable"</Text>
</Tooltip>
<div style="height: 500px; background: yellow;">
""
</div>

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