A code syntax highlighter for Svelte using highlight.js, with line blur, highligthing, and focus buttons. The component can be easily customized with Tailwind CSS.
When the CodeBlock has scrolling (y overflow) as well as Focus Buttons, the scrolling that happens when a focus button is clicked also scrolls the rest of the page, not just the code block.
Add some kind of offset to not scroll the outside page.
When the CodeBlock has scrolling (y overflow) as well as Focus Buttons, the scrolling that happens when a focus button is clicked also scrolls the rest of the page, not just the code block.
Add some kind of offset to not scroll the outside page.