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

@ -2,7 +2,7 @@
.playbar {
width: 100%;
height: 75px;
height: $playbar-size;
background-color: $play-bar-background-color;
opacity: 0.9;
position: fixed;