mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
[FIX] Add scrollbar when new invite modal overflows (#1301)
fix: Add scrollbar when new invite modal overflows
This commit is contained in:
parent
89655a2c37
commit
0b61ef6383
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue