ieedan / geist-ui-svelte

A UI Library for Svelte built to match Vercel's design inspired by other librarys such as geist-ui
https://geist-ui-svelte.dev
MIT License
19 stars 8 forks source link

Make selected tab scroll into view when off screen #260

Closed ieedan closed 5 months ago

ieedan commented 5 months ago

Right now when the tabs component extends off screen sometimes the selected tab can be off screen which can make it confusing to the user.

Make it so that the selected tab by default is scrolled into view.