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; }