microsoft / fluentui-blazor

Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
https://www.fluentui-blazor.net
MIT License
3.23k stars 294 forks source link

FluentProfileMenu - Page content is resizing each time profile menu is opening #1997

Closed gryzorr closed 2 weeks ago

gryzorr commented 2 weeks ago

🐛 Bug Report

Each time I'm opening profile menu, page's content is resizing because scrollbars are showing for a moment. On attached video it blinks only once but it's not true. It blinks every time.

💻 Repro or Code Sample

Code is generated using Your Template "Fluent blazor Web App" Control is placed in MainLayout.

https://github.com/microsoft/fluentui-blazor/assets/77838774/0f8ac5a7-c2d8-4bf8-9efe-4ad7d3eb80e2

Originally posted by @gryzorr in https://github.com/microsoft/fluentui-blazor/issues/1850#issuecomment-2088478487

dvoituron commented 2 weeks ago

Which FluentUI-Blazor lib version are you using?

@vnbaaij We've already solved this problem. Do you remember the work item number?

gryzorr commented 2 weeks ago

Microsoft.FluentUI.AspNetCore.Components 4.7.1

vnbaaij commented 2 weeks ago

Which FluentUI-Blazor lib version are you using?

@vnbaaij We've already solved this problem. Do you remember the work item number?

It was added in PR #1795

gryzorr commented 2 weeks ago

Indeed. TopCorner="true" do the job. Thx.