1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-05-10 17:01:33 +01:00

Fix search dropdown overlay with boxedheaders option ()

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

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