diff --git a/apps/web/src/styles.css b/apps/web/src/styles.css index 1f1f9b5..833726c 100644 --- a/apps/web/src/styles.css +++ b/apps/web/src/styles.css @@ -3071,6 +3071,8 @@ a.nav-item, "keys"; height: 100vh; height: 100dvh; /* Dynamic viewport height for mobile */ + max-height: 100vh; + max-height: 100dvh; background: #1e1e1e; position: relative; overflow: hidden; @@ -3183,6 +3185,8 @@ a.nav-item, overflow: hidden; position: relative; background: #1e1e1e; + min-height: 0; + max-height: 100%; } /* Terminal wrapper - fills content area */ @@ -3202,6 +3206,7 @@ a.nav-item, .terminal-wrapper.mobile .terminal-container { width: 100%; height: 100%; + max-height: 100%; padding: 0; overflow: hidden; position: relative; @@ -3211,6 +3216,7 @@ a.nav-item, .terminal-wrapper.mobile .terminal-container .xterm { width: 100%; height: 100%; + max-height: 100%; display: flex; flex-direction: column; } @@ -3219,6 +3225,8 @@ a.nav-item, flex: 1; width: 100% !important; height: 100% !important; + max-height: 100% !important; + overflow-y: auto !important; } /* Special Keys Strip */