commit 0942ed4c16e6c2f838b4c99aad91daebc7d9ae1b
parent 0a3f261d2a17f3f0afcb8b3142f0ea1eead19734
Author: Hunter
Date:   Tue, 28 Oct 2025 17:10:10 -0400

increase padding to avoid unscrollable playlist items

Diffstat:
Mstyles.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/styles.css b/styles.css @@ -117,7 +117,7 @@ body { flex-grow: 1; position: relative; overflow-y: auto; - padding-bottom: 60px; + padding-bottom: 95px; overscroll-behavior: none; margin-top: -1px; }