From 9882b5461efe3ed00a0438716052f7100ba16e96 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Wed, 14 Mar 2018 18:44:01 +0000 Subject: [PATCH] Hopefully this fixes all the overflow issues. --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 8bc5d7d..5023700 100755 --- a/style.css +++ b/style.css @@ -61,7 +61,11 @@ a:hover { background-color: #3b3b3b; margin-top: 10px; padding: 5px; + box-sizing: border-box; border-radius: 5px 5px 0px 0px; + max-height: 75vh; + overflow-y: auto; + overflow-x: hidden; width: 100%; box-shadow: 3px 3px 7px rgba(0,0,0,0.25); }