Update TemplateEditor.tsx

This commit is contained in:
fcarraUniSa
2025-12-10 15:58:57 +01:00
committed by GitHub
parent 7982cfb251
commit 3930873654

View File

@@ -297,7 +297,7 @@ const Editor: React.FC<Props> = ({ initialTemplate, onBack, onSave }) => {
Renders as standard HTML Renders as standard HTML
</div> </div>
</div> </div>
<div className="flex-1 p-8 overflow-y-auto flex justify-center"> <div className="flex-1 p-8 overflow-y-auto custom-scrollbar flex justify-center">
<div className="w-full max-w-2xl bg-white shadow-xl rounded-lg overflow-hidden min-h-[600px] flex flex-col"> <div className="w-full max-w-2xl bg-white shadow-xl rounded-lg overflow-hidden min-h-[600px] flex flex-col">
{/* Simulate Subject Line in Preview */} {/* Simulate Subject Line in Preview */}
<div className="bg-slate-50 border-b border-slate-100 p-4"> <div className="bg-slate-50 border-b border-slate-100 p-4">