From 62f9981325ae75ee7785e2c3eb7e9c146b8131da Mon Sep 17 00:00:00 2001 From: b1ek Date: Sun, 18 Feb 2024 12:38:01 +1000 Subject: [PATCH] add scroller to the output block --- templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/index.html b/templates/index.html index 108952e..443a0cd 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,6 +13,8 @@ border-radius: 4px; padding: 5px 10px; + + overflow-y: auto; } .top-bar {