diff --git a/src/Core/Components/AppBar/FluentAppBar.razor b/src/Core/Components/AppBar/FluentAppBar.razor index 3c4902688f..014fcbf160 100644 --- a/src/Core/Components/AppBar/FluentAppBar.razor +++ b/src/Core/Components/AppBar/FluentAppBar.razor @@ -39,7 +39,7 @@ OffsetVertical="-48" OffsetHorizontal="68"> -
+
@if (PopoverShowSearch) { } - + @foreach (var item in _searchResults) { diff --git a/src/Core/Components/AppBar/FluentAppBar.razor.css b/src/Core/Components/AppBar/FluentAppBar.razor.css index 317c1b3373..2a89a5e981 100644 --- a/src/Core/Components/AppBar/FluentAppBar.razor.css +++ b/src/Core/Components/AppBar/FluentAppBar.razor.css @@ -2,7 +2,11 @@ --appbar-item-size: 68; background-color: var(--colorNeutralBackground2); } - .fluent-appbar fluent-popover-b > div { + .fluent-appbar fluent-popover-b .fluent-appbar-popover { + width: 320px; + height: 200px; + padding: 1rem; + overflow: auto; background-color: var(--colorNeutralBackground2); }