Compare commits

...

2 Commits

Author SHA1 Message Date
Reece Browne
21a2433dd8
Remove marginTop style from Workbench component 2025-09-18 13:14:44 +01:00
Reece Browne
07cc250176
Remove comment regarding EmbedPDF import
Removed comment about dynamic import of EmbedPDF.
2025-09-18 13:12:58 +01:00
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@
<link rel="manifest" href="/manifest.json" /> <link rel="manifest" href="/manifest.json" />
<title>Stirling PDF</title> <title>Stirling PDF</title>
<!-- EmbedPDF is imported dynamically in Viewer component -->
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>

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()}