From 58ca0855219a3eef7ba3006f418648ef75dca559 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Thu, 11 Feb 2021 09:18:32 -0800 Subject: [PATCH] Fix subscription list overflow --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index affa18e..38702d3 100644 --- a/static/style.css +++ b/static/style.css @@ -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);