Fix subscription list overflow

This commit is contained in:
spikecodes 2021-02-11 09:18:32 -08:00
parent 4a40e16277
commit 58ca085521
No known key found for this signature in database
GPG Key ID: 004CECFF9B463BCB

View File

@ -322,6 +322,7 @@ aside {
position: absolute;
display: flex;
min-width: 100%;
max-height: 500px;
border-radius: 5px;
box-shadow: var(--shadow);
background: var(--outside);