From 0dafd14765b9900c6cbbdde029ec025af12de185 Mon Sep 17 00:00:00 2001 From: peshomir <80340328+peshomir@users.noreply.github.com> Date: Mon, 26 Dec 2022 00:19:37 +0200 Subject: [PATCH] Fix minor issue --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 603dcca..93384bb 100644 --- a/index.html +++ b/index.html @@ -70,6 +70,8 @@ border-width: calc(0.2*(1vw+1vh+4)); font-size: 20px; font-size: calc(14px + (0.6*(1vw+1vh+4))); + max-height: 90%; + overflow: auto; transition: 0.2s; } .window button, .window input {