Fix search dropdown overlay with boxedheaders option (#3680)

This commit is contained in:
shamoon 2024-06-30 06:45:42 -07:00 committed by GitHub
parent 6ed4472441
commit 8edfafb9f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" &&