diff --git a/client/src/components/dashboard/SettingsButton.jsx b/client/src/components/dashboard/SettingsButton.jsx index 13a9577..21d08f1 100644 --- a/client/src/components/dashboard/SettingsButton.jsx +++ b/client/src/components/dashboard/SettingsButton.jsx @@ -168,12 +168,55 @@ export function SettingsButton() { - - + + { + if (e.currentTarget) { + e.currentTarget.scrollLeft += e.deltaY; + } + }} + > {categories.map(cat => ( - {cat} + + {cat} + ))}