fix(ui): Add TODO comment for modal session interaction

This commit is contained in:
Adam Shiervani 2025-02-27 09:51:19 +01:00
parent ffc049719a
commit 5a94f67ac5
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ const Modal = React.memo(function Modal({
className="fixed inset-0 bg-gray-500/75 transition-opacity data-[closed]:opacity-0 data-[enter]:duration-500 data-[leave]:duration-200 data-[enter]:ease-out data-[leave]:ease-in dark:bg-slate-900/90"
/>
<div className="fixed inset-0 z-10 w-screen overflow-y-auto">
{/* TODO: This doesn't work well with other-sessions */}
<div className="flex min-h-full items-end justify-center p-4 text-center sm:items-baseline sm:p-4">
<DialogPanel
transition