ZIm/crates/markdown
Marshall Bowers 886d8c1cab
markdown: Ensure code block copy button stays in the right spot (#26074)
This PR makes it so the copy button on Markdown code blocks stays
absolutely positioned even when scrolled:

<img width="1297" alt="Screenshot 2025-03-04 at 5 28 48 PM"
src="https://github.com/user-attachments/assets/b0d0fae9-ccd6-43c1-bef3-44d8d3c3e669"
/>

We achieve this by inserting a new parent element around both the copy
button and the code block itself so we can position the copy button
absolutely within that element.

Release Notes:

- N/A
2025-03-04 22:44:29 +00:00
..
examples markdown: Allow code blocks and tables to be horizontally scrollable (#25956) 2025-03-03 22:52:59 +00:00
src markdown: Ensure code block copy button stays in the right spot (#26074) 2025-03-04 22:44:29 +00:00
Cargo.toml Fix clicking on file links in editor (#25117) 2025-02-18 22:54:35 -07:00
LICENSE-GPL Add xtask for finding crates with missing licenses (#11776) 2024-05-13 18:52:12 -04:00