hotfix: panel z-index < autocomplete
This commit is contained in:
parent
9287b8ea42
commit
01cccc6462
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ export function Footer({ context }) {
|
||||||
bottom: cx('relative', isActive ? 'h-[360px] min-h-[360px]' : ''),
|
bottom: cx('relative', isActive ? 'h-[360px] min-h-[360px]' : ''),
|
||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<nav className={cx('bg-lineHighlight z-[1000] flex flex-col', positions[panelPosition])}>
|
<nav className={cx('bg-lineHighlight z-[10] flex flex-col', positions[panelPosition])}>
|
||||||
<div className="flex justify-between px-2">
|
<div className="flex justify-between px-2">
|
||||||
<div className={cx('flex select-none max-w-full overflow-auto', activeFooter && 'pb-2')}>
|
<div className={cx('flex select-none max-w-full overflow-auto', activeFooter && 'pb-2')}>
|
||||||
<FooterTab name="intro" label="welcome" />
|
<FooterTab name="intro" label="welcome" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue