diff --git a/packages/studiocms_dashboard/src/components/islands/sidebar/VersionCheckChangelog.astro b/packages/studiocms_dashboard/src/components/islands/sidebar/VersionCheckChangelog.astro index f5927da82..41ed9761c 100644 --- a/packages/studiocms_dashboard/src/components/islands/sidebar/VersionCheckChangelog.astro +++ b/packages/studiocms_dashboard/src/components/islands/sidebar/VersionCheckChangelog.astro @@ -22,14 +22,14 @@ const { link } = Astro.props; const frameContainer = document.createElement('div'); frameContainer.style.position = 'absolute'; - frameContainer.style.width = '98%'; - frameContainer.style.height = '98%'; + frameContainer.style.width = '99%'; + frameContainer.style.height = '99%'; frameContainer.style.backgroundColor = 'hsl(var(--background-step-1))'; frameContainer.style.display = 'none'; frameContainer.style.justifyContent = 'center'; frameContainer.style.alignItems = 'center'; - frameContainer.style.top = '0.5%'; - frameContainer.style.left = '0.5%'; + frameContainer.style.top = '0'; + frameContainer.style.left = '0'; frameContainer.style.zIndex = '1000'; frameContainer.style.borderRadius = '1rem';