mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
cleanup
This commit is contained in:
@@ -7,5 +7,5 @@ export default function Widget({ error = false, children }) {
|
||||
);
|
||||
}
|
||||
|
||||
return <div className="flex flex-row w-full">{children}</div>;
|
||||
return <div className="relative flex flex-row w-full">{children}</div>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user