🚧 add tag type picker

This commit is contained in:
yanyongyu
2021-12-31 18:21:32 +08:00
parent 56677616b4
commit c48231454e
7 changed files with 195 additions and 145 deletions

View File

@ -32,7 +32,11 @@ export default function Modal({
{ hidden: !active }
)}
>
{children}
<div className="w-full max-w-[600px] max-h-[90%] overflow-y-auto rounded shadow-lg m-6 origin-center transition z-[inherit] pointer-events-auto thin-scrollbar">
<div className="bg-light-nonepress-100 dark:bg-dark-nonepress-100">
{children}
</div>
</div>
</div>
</>
);