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
</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">
{/* Simulate Subject Line in Preview */}
<div className="bg-slate-50 border-b border-slate-100 p-4">
@@ -437,4 +437,4 @@ const Editor: React.FC<Props> = ({ initialTemplate, onBack, onSave }) => {
);
};
export default Editor;
export default Editor;