Fix library list not scrollable and display of selected game details

This commit is contained in:
Pat Hartl 2026-01-18 04:22:11 -06:00
parent 90bf93d955
commit f4625ab134
2 changed files with 1 additions and 1 deletions

View file

@ -5,6 +5,7 @@
margin-top: 74px;
min-height: calc(100% - 74px);
flex-shrink: 0;
height: 100%;
.ant-collapse {
border: none;

View file

@ -4,5 +4,4 @@
.ant-layout-content {
display: flex;
flex-direction: column;
}