fix: remove position override on mobile xterm to prevent layout issues

This commit is contained in:
Fusion
2026-05-24 20:03:56 +02:00
parent fc41b51bf0
commit 1060cb60ed
+1 -6
View File
@@ -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%;
}