From 649d9652b6d4ab48e37f6aaf7a6983abfcbf0906 Mon Sep 17 00:00:00 2001 From: aewing Date: Sat, 10 Jan 2026 23:07:02 +0000 Subject: [PATCH] Fix container overflow: constrain height and reduce bottom padding - Add max-h-[calc(100vh-120px)] and overflow-y-auto to note and conversation containers - Reduce bottom padding from pb-32 (128px) to pb-16 (64px) - Prevents form containers from expanding beyond viewport bounds - Keeps header buttons (New Note, Conversations) visible at all times - Allows scrolling within form when content exceeds viewport height --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index c470bfe..1da174e 100644 --- a/index.html +++ b/index.html @@ -122,7 +122,7 @@ - -
+
-