diff --git a/static/css/index.css b/static/css/index.css index 11f2a25..9771d2b 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -924,7 +924,8 @@ header p { display: flex; flex-direction: column; position: relative; - overflow: hidden; + overflow-y: auto; + overflow-x: hidden; } .output-panel::before {