techniq / svelte-ux

Collection of Svelte components, actions, stores, and utilities to build highly interactive applications.

Home Page:https://svelte-ux.techniq.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[AppLayout] Change nav overflow from `scroll` to `auto`

techniq opened this issue · comments

See discussion

Need to change overflow-scroll to overflow-auto so the scrollbars are only shown if the content overflows (more notable on Windows or Mac if you change your default scrollbar settings).

Semi related: #122 (but a bigger change, and will come after #66 is closed / #146 is merged).

You'll also want to create a changeset for this using pnpm changeset.