pico icon indicating copy to clipboard operation
pico copied to clipboard

Modal improvements

Open Atmos4 opened this issue 10 months ago • 0 comments

Scrolling improvements

  • overflow on modal instead of article
  • prevent body overflow when modal is open

Animations

  • animations on open and close. Uses allow-discrete to prevent the modal from being focusable when closed. Browser support is low but non-support will just result in graceful degradation (no animation on closing modal).

This PR is more of a POC. I can split it into 2 PRs, one for the scrolling and one for the animations.

I am also unsure which animations I should include. Maybe it is just safer to explain in the docs how to add animations easily rather than enforcing specific animations.

Atmos4 avatar Mar 29 '24 08:03 Atmos4