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); }