reset z-index

pull/21369/head
JzoNg 1 year ago
parent 11299a8e8f
commit 30f580c42e

@ -62,7 +62,7 @@ const Panel: FC<PanelProps> = ({
<div <div
ref={rightPanelRef} ref={rightPanelRef}
tabIndex={-1} tabIndex={-1}
className={cn('absolute bottom-1 right-0 top-14 z-[11] flex outline-none')} className={cn('absolute bottom-1 right-0 top-14 z-10 flex outline-none')}
key={`${isRestoring}`} key={`${isRestoring}`}
> >
{ {

Loading…
Cancel
Save