Hopefully this fixes all the overflow issues.

This commit is contained in:
Dominik V. Salonen 2018-03-14 18:44:01 +00:00
parent 32aa03a410
commit 9882b5461e
1 changed files with 4 additions and 0 deletions

View File

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