Remove marginTop style from Workbench component

This commit is contained in:
Reece Browne 2025-09-18 13:14:44 +01:00 committed by GitHub
parent 07cc250176
commit 21a2433dd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,7 +157,6 @@ export default function Workbench() {
className="flex-1 min-h-0 relative z-10 workbench-scrollable " className="flex-1 min-h-0 relative z-10 workbench-scrollable "
style={{ style={{
transition: 'opacity 0.15s ease-in-out', transition: 'opacity 0.15s ease-in-out',
marginTop: 0,
}} }}
> >
{renderMainContent()} {renderMainContent()}