ulysses/static
vidvuds 6ad617931d
Fix import-review list not scrolling in Brain modal (#509)
The memory import-review list (.memory-suggestions) is shown inside the
overflow:hidden .admin-card but, unlike the sibling .memory-list, it had
no scroll bounding of its own (no flex:1 / min-height:0 / overflow-y).
A long review list therefore grew past the card and was clipped, leaving
lower entries and their controls unreachable with no usable scroll area.

Give .memory-suggestions the same flex:1 + min-height:0 + overflow-y:auto
bounding the memories list already uses so the review list scrolls
internally within the modal. Pin the review header (the title and the
save all / back controls) with position:sticky so they stay visible while
the items scroll under them, and add a small scrollbar gutter so the bar
does not sit flush against the item cards.

Fixes #455
2026-06-01 22:25:16 +09:00
..
fonts Odysseus v1.0 2026-05-31 23:58:26 +09:00
js Fix duplicate compare modal on repeated clicks (#491) 2026-06-01 22:24:27 +09:00
lib Odysseus v1.0 2026-05-31 23:58:26 +09:00
app.js Respect text-only emoji setting after svgification 2026-06-01 15:41:27 +09:00
index.html Polish email tasks and window controls 2026-06-01 20:56:46 +09:00
landing.html Fix landing footer snap and uvicorn docs 2026-06-01 10:51:55 +09:00
login.html Odysseus v1.0 2026-05-31 23:58:26 +09:00
manifest.json Odysseus v1.0 2026-05-31 23:58:26 +09:00
style.css Fix import-review list not scrolling in Brain modal (#509) 2026-06-01 22:25:16 +09:00
sw.js Odysseus v1.0 2026-05-31 23:58:26 +09:00