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 {