aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/skeleton.css
diff options
context:
space:
mode:
authorwinter2025-02-06 20:54:52 +0000
committerwinter2025-02-06 20:54:52 +0000
commit27c2a1df69001f979ad9ed5ffbac06fc106b9e30 (patch)
tree5f22e3ae15797d3add4659dd70e8d78917c4a9f6 /static/skeleton.css
parent0c9c33d2f626c235ef24d9fabc723be11cd6088b (diff)
allow writing alt text on image attachments
Diffstat (limited to 'static/skeleton.css')
-rw-r--r--static/skeleton.css4
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,