From 27c2a1df69001f979ad9ed5ffbac06fc106b9e30 Mon Sep 17 00:00:00 2001 From: winter Date: Thu, 6 Feb 2025 20:54:52 +0000 Subject: allow writing alt text on image attachments --- static/skeleton.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'static/skeleton.css') diff --git a/static/skeleton.css b/static/skeleton.css index bc08f7b..2965c2d 100644 --- a/static/skeleton.css +++ b/static/skeleton.css @@ -133,8 +133,10 @@ main { #leftPane, #rightPane { position: sticky; - top: 72px; + top: 56px; height: max-content; + max-height: calc(100vh - 56px); + overflow-y: auto; } @media (width < 1200px) { #leftPane, -- cgit v1.3