From 4e1821f59c113312d91737d217b6b502e9552037 Mon Sep 17 00:00:00 2001 From: Dustin Westaby Date: Thu, 14 Dec 2023 11:55:15 -0600 Subject: [PATCH] Shows scroll bar on main page, fixing issue with pasting / loading large texts. --- docs/app.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/app.css b/docs/app.css index d6fb8b6..a2db9d2 100644 --- a/docs/app.css +++ b/docs/app.css @@ -1,5 +1,5 @@ html { - overflow: hidden; + overflow: auto; height: 100%; } @@ -159,6 +159,9 @@ label { +textarea, #text_preview { + overflow: auto; +} #text_preview { padding: 0 1em 4px 1em; color: #444;