fix: restore custom home iframe viewport height (#5545)

This commit is contained in:
Seefs
2026-06-16 23:15:39 +08:00
committed by GitHub
parent eb86311604
commit 43c7e30a47
+1 -1
View File
@@ -339,7 +339,7 @@ const Home = () => {
{homePageContent.startsWith('https://') ? (
<iframe
src={homePageContent}
className='w-full h-full border-none'
className='w-full h-screen border-none'
/>
) : (
<div