From 5fb18bf1219207b25c877f8fecfc373e03f3f2b8 Mon Sep 17 00:00:00 2001 From: Max Lehmann Date: Thu, 11 Jun 2020 11:05:20 +0200 Subject: [PATCH] Update '12/style.css' --- 12/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/12/style.css b/12/style.css index 0a84502..b6fd4ba 100644 --- a/12/style.css +++ b/12/style.css @@ -277,7 +277,8 @@ a:hover{ } #shell_03 { - white-space: pre-wrap; + position: absolute; + /*white-space: pre-wrap;*/ /*height: 350px; width: 500px;*/ font-family: monospace; @@ -286,8 +287,8 @@ a:hover{ background: black; margin-top: 20px; margin-bottom: 20px; - overflow: hidden; - position: absolute; + /*overflow: hidden;*/ + } #shell_03.hidden {