From 7118bea62ac20231ca66c928d8405084dda9d927 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Thu, 15 Mar 2018 10:15:25 +0100 Subject: [PATCH] 75vh was way too much lmao --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 20f2b58..5213e3f 100755 --- a/style.css +++ b/style.css @@ -59,7 +59,7 @@ a:hover { padding: 5px; box-sizing: border-box; border-radius: 5px 5px 0px 0px; - max-height: 75vh; + max-height: 50vh; overflow-y: auto; overflow-x: hidden; width: 100%;