From b5307baca5281a8a359e68b355d9f391fa13cf8c Mon Sep 17 00:00:00 2001 From: jocayn <1579649885@qq.com> Date: Sat, 13 Jun 2026 12:45:16 +0800 Subject: [PATCH] Lift fullscreen terminal above bottom chrome --- webssh/static/css/app.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webssh/static/css/app.css b/webssh/static/css/app.css index a5b971a..30a3bb4 100644 --- a/webssh/static/css/app.css +++ b/webssh/static/css/app.css @@ -283,7 +283,9 @@ input[type="file"].form-control { } #terminal .xterm.fullscreen { - padding-bottom: var(--terminal-safe-bottom); + bottom: var(--terminal-safe-bottom); + height: auto; + padding-bottom: 0; background: #0f1720; }