fix iframe again, maybe
This commit is contained in:
parent
51f347a544
commit
68ebf1d7a7
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user