75vh was way too much lmao

This commit is contained in:
Dominik V. Salonen 2018-03-15 10:15:25 +01:00
parent 1f9752d395
commit 7118bea62a
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ a:hover {
padding: 5px;
box-sizing: border-box;
border-radius: 5px 5px 0px 0px;
max-height: 75vh;
max-height: 50vh;
overflow-y: auto;
overflow-x: hidden;
width: 100%;