From 619b860bdef726f7fd68e7ce48e05e521f7f2d3f Mon Sep 17 00:00:00 2001 From: Marcelo Paiva Date: Wed, 25 Feb 2026 13:55:50 -0500 Subject: [PATCH] Remove sticky positioning from tab group in signing form The tablist was sticky top-[60px] so it followed the user while scrolling. Removing sticky/z-index/background/offset classes lets it sit naturally in the document flow directly below the header. Co-Authored-By: Claude Sonnet 4.6 --- app/views/submit_form/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/submit_form/show.html.erb b/app/views/submit_form/show.html.erb index c4b7a381..e770f24f 100644 --- a/app/views/submit_form/show.html.erb +++ b/app/views/submit_form/show.html.erb @@ -67,7 +67,7 @@ <% if has_full_text %>
+ class="flex border-b border-base-300 mb-2">