parent
8e42bafd6c
commit
824f39ef36
2 changed files with 9 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ export default function AppHeader(): JSX.Element {
|
|||
}, []);
|
||||
|
||||
return (
|
||||
<div className="z-[1] flex h-[62px] w-full items-center justify-between gap-2 border-b px-5 py-2.5 dark:bg-background">
|
||||
<div className="flex h-[62px] w-full items-center justify-between gap-2 border-b px-5 py-2.5 dark:bg-background">
|
||||
{/* Left Section */}
|
||||
<div className={`flex gap-2`}>
|
||||
<Button
|
||||
|
|
|
|||
|
|
@ -271,6 +271,14 @@ const config = {
|
|||
backdropBlur: {
|
||||
xs: "2px",
|
||||
},
|
||||
zIndex: {
|
||||
'60': '60',
|
||||
'70': '70',
|
||||
'80': '80',
|
||||
'90': '90',
|
||||
'100': '100',
|
||||
'999': '999',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue