Fix terminal resizes incorrectly in flex parent (#1663)

Pushes siblings or self off-screen
This commit is contained in:
filtered
2024-11-25 03:31:29 +11:00
committed by GitHub
parent 1160231b62
commit f8bd910e63

View File

@@ -1,5 +1,5 @@
<template>
<div class="relative h-full w-full bg-black" ref="rootEl">
<div class="relative overflow-hidden h-full w-full bg-black" ref="rootEl">
<div class="p-terminal rounded-none h-full w-full p-2">
<div class="h-full terminal-host" ref="terminalEl"></div>
</div>