Fix search dropdown overlay with boxedheaders option (#3680)
This commit is contained in:
parent
6ed4472441
commit
8edfafb9f6
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ function Home({ initialSettings }) {
|
|||
<div
|
||||
id="information-widgets"
|
||||
className={classNames(
|
||||
"flex flex-row flex-wrap justify-between",
|
||||
"flex flex-row flex-wrap justify-between z-20",
|
||||
headerStyles[headerStyle],
|
||||
settings.cardBlur !== undefined &&
|
||||
headerStyle === "boxed" &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue