Update TemplateEditor.tsx
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user