Added feature for "sendToZulip", fixed visual issue, .gitignore for db dump files

This commit is contained in:
Koper
2023-12-05 20:17:25 +07:00
parent 702dd5968b
commit 9df6ab4429
8 changed files with 28 additions and 12 deletions

View File

@@ -87,7 +87,7 @@ const ShareModal = (props: ShareModal) => {
}
return (
<div>
<div className="absolute">
{props.show && (
<div className="fixed inset-0 bg-gray-600 bg-opacity-50 overflow-y-auto h-full w-full z-50">
<div className="relative top-20 mx-auto p-5 w-96 shadow-lg rounded-md bg-white">