mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 12:18:48 +00:00
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
Add a link
Reference in a new issue