mirror of https://github.com/jetkvm/kvm.git
fix(ui): Add TODO comment for modal session interaction
This commit is contained in:
parent
ffc049719a
commit
5a94f67ac5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue