fix: remove position override on mobile xterm to prevent layout issues
This commit is contained in:
@@ -3220,13 +3220,8 @@ a.nav-item,
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* xterm fills container - reset position for mobile */
|
/* xterm fills container */
|
||||||
.terminal-wrapper.mobile .terminal-container .xterm {
|
.terminal-wrapper.mobile .terminal-container .xterm {
|
||||||
position: relative !important;
|
|
||||||
top: auto !important;
|
|
||||||
left: auto !important;
|
|
||||||
right: auto !important;
|
|
||||||
bottom: auto !important;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user