We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7e9eb commit 046de16Copy full SHA for 046de16
1 file changed
components/Search.tsx
@@ -436,7 +436,7 @@ function ShowSearchResults({
436
onClickOutside={() => closeSearch()}
437
aria-labelledby="title"
438
sx={
439
- isHeaderSearch && {
+ (isHeaderSearch && {
440
background: 'none',
441
boxShadow: 'none',
442
position: 'static',
@@ -445,7 +445,8 @@ function ShowSearchResults({
445
maxWidth: '96%',
446
margin: '1.5em 2em 0 0.5em',
447
scrollbarWidth: 'none',
448
- }
+ }) ||
449
+ {}
450
}
451
>
452
{ActionListResults}
0 commit comments