Commit 43c7e30a by Seefs Committed by GitHub

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

parent eb863116
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment