Blazor 8 MudBlazor Tooltip Y position incorrect after scrolling the page - Stack Overflow

I have an issue with the following MudTooltip:<MudTooltip Text="@Loc["HistoryTooltip"

I have an issue with the following MudTooltip:

<MudTooltip Text="@Loc["HistoryTooltip"]" Delay="1000" Placement="Placement.Top">
    <MudIconButton Size="@Size.Small" Icon="@Icons.Material.Filled.History" Color="Color.Default" />
</MudTooltip>

The tooltip shows, but if I scroll the page it shows only at the original position, not at the new position after scrolling... This is in InteractiveServer mode.

Am I doing something wrong, or missing something? I cannot be the only one who ever encountered this issue...

I have an issue with the following MudTooltip:

<MudTooltip Text="@Loc["HistoryTooltip"]" Delay="1000" Placement="Placement.Top">
    <MudIconButton Size="@Size.Small" Icon="@Icons.Material.Filled.History" Color="Color.Default" />
</MudTooltip>

The tooltip shows, but if I scroll the page it shows only at the original position, not at the new position after scrolling... This is in InteractiveServer mode.

Am I doing something wrong, or missing something? I cannot be the only one who ever encountered this issue...

Share Improve this question asked Nov 16, 2024 at 17:21 Drunken Code MonkeyDrunken Code Monkey 1,8361 gold badge16 silver badges20 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

I managed to get it working by applying the following CSS:

.mud-popover-cascading-value {
    position: fixed;
}

The tooltip now follows the scrolling or page resize properly.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745649216a4638158.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信