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
- Open a story.
- Import a large character card JSON with a lorebook/character book.
- Proceed to the “Import Character Card” review modal.
- Scroll through the entries.
- 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!
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
chara_card_v2Steps To Reproduce
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!