Compare commits

..

No commits in common. "21a2433dd8800c043c181deeb5e8b1c3c3ac1908" and "1598057ed047fa2143dadf2207f44ecfbb71b90d" have entirely different histories.

2 changed files with 2 additions and 0 deletions

View File

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

View File

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