increas lists height

This commit is contained in:
Gamebrary 2020-09-29 19:46:40 -07:00
parent 5f5d4bee9c
commit 03f9949745

View file

@ -231,7 +231,7 @@ export default {
display: grid; display: grid;
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
max-height: calc(100vh - 144px); max-height: calc(100vh - 80px);
overflow-y: auto; overflow-y: auto;
padding: .5rem .5rem 0; padding: .5rem .5rem 0;
width: 100%; width: 100%;