-
Notifications
You must be signed in to change notification settings - Fork 459
[dev-v5] Fix AppBar popover background color issue #4448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Unit Tests
Details on your Workflow / Core Tests page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR fixes a background color issue in the AppBar component where the popover's background color would disappear when scrolling down.
Key Changes:
- Added
overflow-y: scrollto the popover container to enable scrolling - Added
background-color: inheritto the FluentGrid to maintain background color during scroll
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary - Unit Tests Code CoverageSummary
CoverageMicrosoft.FluentUI.AspNetCore.Components - 98.7%
|
…m/microsoft/fluentui-blazor into users/vnbaaij/dev-v5/appbar-part2
The background color of the popover would disappear when scrolling down. This PR fixes that