Skip to content

Commit

Permalink
Fix #1973
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Apr 30, 2024
1 parent eeed839 commit f44da04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Core/Components/AppBar/FluentAppBar.razor
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
HorizontalPosition="HorizontalPosition.End"
HorizontalInset="false"
VerticalPosition="VerticalPosition.Center"
Style="width: 320px; height: 200px; overflow-y: scroll;">
VerticalThreshold="25"
Style="width: 320px; height: 200px; overflow-y: scroll; margin-top: 35px; ">
<Body>
@if (PopoverShowSearch)
{
Expand Down

0 comments on commit f44da04

Please sign in to comment.