From 775c4a8a5a459b502658650d696c64dfe6cb70f1 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Fri, 31 Aug 2018 10:45:23 +0000 Subject: [PATCH] Try to fix the scrollbar --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 148ff24..db9da45 100755 --- a/style.css +++ b/style.css @@ -60,7 +60,7 @@ a:hover { box-sizing: border-box; border-radius: 5px; max-height: 50vh; - overflow-y: auto; + overflow-y: hidden; overflow-x: hidden; width: 100%; box-shadow: 3px 3px 7px rgba(0,0,0,0.25); @@ -86,6 +86,8 @@ a:hover { #page { width: 100%; padding: 15px 5px 8px 5px; + height: calc(40vh - 50px); + overflow-y: auto; } #splits {