From f17777dc66616006c26d47a1b8f10fae2f2c77e3 Mon Sep 17 00:00:00 2001 From: hyzen Date: Wed, 10 Jun 2026 16:23:39 +0530 Subject: [PATCH] Fix: login/signup scroll-linked positioning --- docs/css/custom.css | 3 ++- static/css/custom.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/css/custom.css b/docs/css/custom.css index 342d340..66568ce 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -1100,12 +1100,13 @@ font-size: 0.88rem; margin-bottom: 0.5rem; line-height: 1.4; - min-height: 1.5rem; + height: 2.8rem; box-sizing: border-box; border: 1px solid transparent; opacity: 0; pointer-events: none; transition: opacity 0.15s ease; + overflow: hidden; } .auth-message.is-visible { diff --git a/static/css/custom.css b/static/css/custom.css index 342d340..66568ce 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1100,12 +1100,13 @@ font-size: 0.88rem; margin-bottom: 0.5rem; line-height: 1.4; - min-height: 1.5rem; + height: 2.8rem; box-sizing: border-box; border: 1px solid transparent; opacity: 0; pointer-events: none; transition: opacity 0.15s ease; + overflow: hidden; } .auth-message.is-visible {