feat(fend): sticky right-split for form output
This commit is contained in:
parent
63e8178fb0
commit
bb429d8195
4 changed files with 97 additions and 17 deletions
|
|
@ -10,7 +10,7 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<header class="flex items-center gap-3 px-4 py-3 border-b" style="border-color: var(--border); background: var(--bg-card);">
|
||||
<header class="sticky top-0 z-20 flex items-center gap-3 px-4 py-3 border-b" style="border-color: var(--border); background: var(--bg-card);">
|
||||
<h1 class="font-bold whitespace-nowrap">Aurora Records</h1>
|
||||
|
||||
{#if roster.characters.length > 0}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue