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 <noreply@anthropic.com>
pull/599/head
Marcelo Paiva 3 weeks ago
parent 0f81abee58
commit 619b860bde

@ -67,7 +67,7 @@
<% if has_full_text %>
<document-tabs>
<div role="tablist" aria-label="<%= t('document_view_options') %>"
class="flex border-b border-base-300 mb-2 sticky top-[60px] z-40 bg-base-100 -mx-2 px-2">
class="flex border-b border-base-300 mb-2">
<button role="tab" id="tab-pdf" aria-selected="true"
aria-controls="panel-pdf" tabindex="0"
class="px-4 py-2 text-sm font-semibold border-b-2 -mb-px border-neutral text-base-content">

Loading…
Cancel
Save