Skip to content

Revert "Popover: Hide all element overflow"#10308

Merged
danielchalmers merged 1 commit intodevfrom
revert-9993-popover-overflow
Nov 22, 2024
Merged

Revert "Popover: Hide all element overflow"#10308
danielchalmers merged 1 commit intodevfrom
revert-9993-popover-overflow

Conversation

@danielchalmers
Copy link
Member

Reverts #9993

Resolves #10306. Certain elements (tooltip arrow) use ::after which is not included in the popover overflow.

Hiding the overflow in a sweeping way like this doesn't seem common in other libraries either.

Instead I'll focus on clipping it in the source itself, like the shadow from a button in the original instance, instead of applying a band aid over it by hiding all overflow when there are legitimate uses for it.

@sonarqubecloud
Copy link

@ScarletKuro ScarletKuro deleted the revert-9993-popover-overflow branch November 22, 2024 15:38
@ScarletKuro ScarletKuro added bug Unexpected behavior or functionality not working as intended and removed PR: needs review labels Nov 22, 2024
LLauter pushed a commit to cannellamedia/MudBlazor that referenced this pull request Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Unexpected behavior or functionality not working as intended

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MudTooltip: Arrow="true" do not work (regression in v8)

2 participants