mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-01 13:09:31 +01:00
Fix search dropdown overlay with boxedheaders option (#3680)
This commit is contained in:
parent
6ed4472441
commit
8edfafb9f6
@ -393,7 +393,7 @@ function Home({ initialSettings }) {
|
|||||||
<div
|
<div
|
||||||
id="information-widgets"
|
id="information-widgets"
|
||||||
className={classNames(
|
className={classNames(
|
||||||
"flex flex-row flex-wrap justify-between",
|
"flex flex-row flex-wrap justify-between z-20",
|
||||||
headerStyles[headerStyle],
|
headerStyles[headerStyle],
|
||||||
settings.cardBlur !== undefined &&
|
settings.cardBlur !== undefined &&
|
||||||
headerStyle === "boxed" &&
|
headerStyle === "boxed" &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user