From 1060cb60edcfc6e4f72064e96137753fcfea346b Mon Sep 17 00:00:00 2001 From: Fusion Date: Sun, 24 May 2026 20:03:56 +0200 Subject: [PATCH] fix: remove position override on mobile xterm to prevent layout issues --- apps/web/src/styles.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/apps/web/src/styles.css b/apps/web/src/styles.css index ae3ddde..bdf8cbc 100644 --- a/apps/web/src/styles.css +++ b/apps/web/src/styles.css @@ -3220,13 +3220,8 @@ a.nav-item, position: relative; } -/* xterm fills container - reset position for mobile */ +/* xterm fills container */ .terminal-wrapper.mobile .terminal-container .xterm { - position: relative !important; - top: auto !important; - left: auto !important; - right: auto !important; - bottom: auto !important; width: 100%; height: 100%; }