fix iframe again, maybe

This commit is contained in:
Chris Wanstrath 2026-01-30 21:24:27 -08:00
parent 51f347a544
commit 68ebf1d7a7

View File

@ -135,7 +135,7 @@ export function updateToolIframes(
container.style.top = `${rect.top}px`
container.style.left = `${rect.left}px`
container.style.width = `${rect.width}px`
container.style.height = '100vh'
container.style.height = `calc(100vh - ${rect.top}px)`
}
return
}