Mostly move some stuff around

This commit is contained in:
Gregory Schier
2023-11-16 18:53:34 -08:00
parent f165a0b827
commit ee87e65763
10 changed files with 47 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ export function Overlay({
return (
<Portal name={portalName}>
{open && (
<FocusTrap>
<FocusTrap>
<motion.div
className={classNames('fixed inset-0', zIndexes[zIndex])}
initial={{ opacity: 0 }}