From f44da0496bf76b1b9a87ec86f7e56e1663127333 Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Tue, 30 Apr 2024 10:27:29 +0200 Subject: [PATCH] Fix #1973 --- src/Core/Components/AppBar/FluentAppBar.razor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Core/Components/AppBar/FluentAppBar.razor b/src/Core/Components/AppBar/FluentAppBar.razor index 71ecd42500..d35cf2c6ac 100644 --- a/src/Core/Components/AppBar/FluentAppBar.razor +++ b/src/Core/Components/AppBar/FluentAppBar.razor @@ -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; "> @if (PopoverShowSearch) {