bennymi / svhighlight

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.
https://svhighlight.vercel.app
MIT License
59 stars 2 forks source link

Focus buttons also scroll page #2

Closed bennymi closed 1 year ago

bennymi commented 1 year ago

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.