Skip to content

Character card import modal footer scrolls behind entries, making “Import Entries” unclickable #51

Description

@0miicr0n

Summary

When importing a Tavern/SillyTavern character card with many lorebook entries, the import modal’s footer/actions appear to be rendered inside the scrollable entry list instead of pinned outside it. The “Import [N] Entries” button gets visually stuck behind/among the entries and moves with the scroll content, making it effectively unclickable.

Environment

  • App: Errata
  • Version: 1.10.0
  • OS: macOS
  • Import type: chara_card_v2
  • Card size: 129 importable entries
  • Card includes: main character, scenario, opening message, and 126 lorebook entries

Steps To Reproduce

  1. Open a story.
  2. Import a large character card JSON with a lorebook/character book.
  3. Proceed to the “Import Character Card” review modal.
  4. Scroll through the entries.
  5. Try to click the “Import 129 Entries” button at the bottom.

Expected Behavior

The action footer should stay fixed/pinned below the scrollable entry list, and the “Import Entries” button should remain clickable.

Actual Behavior

The footer appears to be part of the scrollable content. It overlaps with entry rows, moves when scrolling, and the “Import Entries” button is partially hidden/behind the entries, preventing normal clicking.

Notes

This seems like a modal layout/scroll-container issue rather than an import parsing issue. The parsed entries appear correct; the problem is completing the import via the UI.

A temporary workaround was to bypass the modal and import the parsed entries through the local API, but the UI flow itself remains blocked. Kind of a pain in the ass to work around - any help would be appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions