diff options
| author | winter | 2025-02-06 20:54:52 +0000 |
|---|---|---|
| committer | winter | 2025-02-06 20:54:52 +0000 |
| commit | 27c2a1df69001f979ad9ed5ffbac06fc106b9e30 (patch) | |
| tree | 5f22e3ae15797d3add4659dd70e8d78917c4a9f6 /static/skeleton.css | |
| parent | 0c9c33d2f626c235ef24d9fabc723be11cd6088b (diff) | |
allow writing alt text on image attachments
Diffstat (limited to 'static/skeleton.css')
| -rw-r--r-- | static/skeleton.css | 4 |
1 files changed, 3 insertions, 1 deletions
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, |
