From 1df4faa57ad7f576fc774bca1df5bd370ccd0845 Mon Sep 17 00:00:00 2001 From: Nordine Bittich Date: Sun, 8 Dec 2024 12:29:09 +0100 Subject: [PATCH] scroll on overflow --- rdfa-wasm/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/rdfa-wasm/style.css b/rdfa-wasm/style.css index dd386c4..b18a441 100644 --- a/rdfa-wasm/style.css +++ b/rdfa-wasm/style.css @@ -30,5 +30,6 @@ textarea:focus { @media (min-width: 720px) { .terminal { height: 85vh !important; + overflow: scroll; } }