File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
src/Core/Components/AppBar Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 3939 OffsetVertical =" -48"
4040 OffsetHorizontal =" 68" >
4141 <ChildContent >
42- <div style = " width : 320 px ; height : 200 px ; padding : 1 rem ; " >
42+ <div class = " fluent-appbar-popover " >
4343 @if (PopoverShowSearch )
4444 {
4545 <FluentTextInput @bind-Value =" @_searchTerm"
5555 </StartTemplate >
5656 </FluentTextInput >
5757 }
58- <FluentGrid Justify =" JustifyContent.FlexStart" Spacing =" 3" Style =" margin-top: 2px" >
58+ <FluentGrid Justify =" JustifyContent.FlexStart" Spacing =" 3" Style =" margin-top: 2px; background-color: inherit; " >
5959 @foreach ( var item in _searchResults )
6060 {
6161 <FluentGridItem xs =" 4" Style =" width: 100px; height: 85px; display: flex; height: 85px; align-content: center; flex-wrap: wrap; justify-content: center;" >
Original file line number Diff line number Diff line change 22 --appbar-item-size : 68 ;
33 background-color : var (--colorNeutralBackground2 );
44}
5- .fluent-appbar fluent-popover-b > div {
5+ .fluent-appbar fluent-popover-b .fluent-appbar-popover {
6+ width : 320px ;
7+ height : 200px ;
8+ padding : 1rem ;
9+ overflow : auto;
610 background-color : var (--colorNeutralBackground2 );
711 }
812
You can’t perform that action at this time.
0 commit comments