mirror of
https://github.com/karl0ss/homepage.git
synced 2025-07-04 15:09:09 +01:00
add effect overlay target
This commit is contained in:
parent
9d10de9949
commit
09d44da087
@ -1,7 +1,8 @@
|
|||||||
export default function Container({ children }) {
|
export default function Container({ children, className = "" }) {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
{children}
|
{children}
|
||||||
|
<div className={`absolute top-0 right-0 bottom-0 left-0 overflow-clip pointer-events-none ${className}`} />
|
||||||
<div className="h-[68px] overflow-clip" />
|
<div className="h-[68px] overflow-clip" />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user