From b776486f66921cf75eca802b147f441aa83d2e27 Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 6 Apr 2024 07:34:17 +0900 Subject: [PATCH] fix --- css/terminal.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/terminal.css b/css/terminal.css index 5bc5e66..08596ae 100644 --- a/css/terminal.css +++ b/css/terminal.css @@ -5,7 +5,6 @@ html { -o-font-smoothing: antialiased; } body { - background-attachment: fixed; -webkit-background-size: cover; background-size: cover; color: #444; @@ -19,7 +18,7 @@ body { border-radius: 7px; overflow: hidden; width: 100%; - height: 100%; + height: 400px; } #topbar { @@ -517,3 +516,4 @@ i.icon.ion-minus-circled{display:none} i.icon.ion-minus-circled{display:none} i.icon.ion-plus-circled{display:none} } +