fix: restore custom home iframe viewport height (#5545)
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user