Lift the answer-quality popover above the follow-up cards; redraw the quality icons - #88
Merged
Merged
Conversation
… quality icons The dropdown that opens from the answer-quality trigger was painted under the "Ask next" cards that arrive after it, whatever z-index it carried. Every late-arriving block fades up with `rp-answer-tail`, whose animation filled `both`; a filled-forward opacity/transform interpolation leaves the block a permanent stacking context, so the popover inside the actions row could never rise above the sibling blocks below it. The keyframes only declare `from`, so `backwards` ends on identical pixels and releases the context once the entrance is over. Same change to `rp-answer-in`, the answer body, for the same reason. The confidence icons move to the 24-unit grid and 1.7 stroke of the answer-action icons beside them, with the stroke thinning as the box grows so each size lands at the same optical weight. The exclamation dots are zero-length round-capped strokes rather than 0.15-radius filled circles, which rendered below a pixel and left the warning triangle reading as a bare outline. Verified in Chrome on a local build: dropdown hit-tested on top of all three follow-up cards at 1280px, bottom sheet at a true 390px layout viewport with no horizontal overflow, both on the default and Observatory (dark) palettes; forcing the old fill mode back on reproduces the trapped panel. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GYuuU1yPFeGKZpkwW2mLs6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
rp-answer-tail, whose entrance animation usedanimation-fill-mode: both. A filled-forward opacity/transform interpolation leaves each block a permanent stacking context, so thez-30popover inside the actions row could never rise above the sibling blocks that follow it. The keyframes only declarefrom, sobackwardsends on the same pixels and releases the context once the entrance is over. Same one-word change torp-answer-in(the answer body) for the same reason.Verified
deno task checkgreen (typecheck, lint, fmt, 215 tests).transform: noneafter its entrance. Forcinganimation-fill-mode: bothback on reproduces the trapped panel (row keeps a transform, the block below hit-tests on top).scrollWidthequalsinnerWidth.bothlets a later sibling paint over az-30child popover;backwardsdoes not.🤖 Generated with Claude Code
https://claude.ai/code/session_01GYuuU1yPFeGKZpkwW2mLs6
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.