Skip to content
Snippets Groups Projects
Unverified Commit 0b61ef63 authored by David Holmlund's avatar David Holmlund Committed by GitHub
Browse files

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

fix: Add scrollbar when new invite modal overflows
parent 89655a2c
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment