Allow home-component to scroll

This commit is contained in:
2024-11-04 17:01:42 -05:00
parent 89433df8b6
commit 5011cda8fa
4 changed files with 4 additions and 4 deletions

View File

@ -9,9 +9,9 @@
}
.home-component {
background: #1c1c1c;
height: 100vh;
width: calc(100% - 22rem - 16rem);
margin: 2px;
padding: 0.2rem 1.5rem 1.5rem 1rem;
padding: 0.2rem 1.5rem $playbar-size 1rem;
border-radius: 0.5rem;
overflow: scroll;
}