[FIX] Add scrollbar when new invite modal overflows ()

fix: Add scrollbar when new invite modal overflows
This commit is contained in:
David Holmlund 2024-05-07 18:17:32 +02:00 committed by GitHub
parent 89655a2c37
commit 0b61ef6383
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ export default function NewInviteModal({ closeModal }) {
}, []);
return (
<div className="relative w-[500px] max-w-2xl max-h-full">
<div className="relative w-[500px] max-w-2xl max-h-full overflow-auto">
<div className="relative bg-main-gradient rounded-lg shadow">
<div className="flex items-start justify-between p-4 border-b rounded-t border-gray-500/50">
<h3 className="text-xl font-semibold text-white">