mirror of
https://github.com/romancm/gamebrary
synced 2024-11-30 23:09:14 +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;
|
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%;
|
||||||
|
|
Loading…
Reference in a new issue