mirror of
https://github.com/romancm/gamebrary
synced 2024-11-28 06:00:22 +00:00
increas lists height
This commit is contained in:
parent
5f5d4bee9c
commit
03f9949745
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ export default {
|
|||
display: grid;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
max-height: calc(100vh - 144px);
|
||||
max-height: calc(100vh - 80px);
|
||||
overflow-y: auto;
|
||||
padding: .5rem .5rem 0;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue