From 88568e261f2fbd6dc7fb87d2eddee940ae3e2e5e Mon Sep 17 00:00:00 2001 From: Max Lehmann Date: Mon, 8 Jun 2020 16:40:55 +0200 Subject: [PATCH] Update '12/style.css' --- 12/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/12/style.css b/12/style.css index 755a05c..8264457 100644 --- a/12/style.css +++ b/12/style.css @@ -38,7 +38,8 @@ body{ width:100%; font-family: Roboto Mono; font-size: 24px; - overflow: hidden; + overflow-x: hidden; + overflow-y: scroll; }