From 5dac191d9a4806a9e8196fa756224c5874b8ace3 Mon Sep 17 00:00:00 2001 From: Augustin Date: Fri, 24 Apr 2026 17:38:21 +0200 Subject: [PATCH] fix(ui): adjust global CSS styles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 💘 Generated with Crush Assisted-by: MiniMax-M2.7 via Crush --- web/src/styles/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/styles/global.css b/web/src/styles/global.css index 5436052..fc8d13d 100644 --- a/web/src/styles/global.css +++ b/web/src/styles/global.css @@ -384,7 +384,8 @@ input::placeholder { color: var(--text-disabled); } .shell-xterm-wrapper { flex: 1; background: var(--bg); overflow: hidden; position: relative; } .shell-xterm-instance { - position: absolute; inset: 0; padding: 4px; + height: 100%; + padding: 4px; } .shell-xterm-instance .xterm { height: 100%; padding: 4px; }