🐛(frontend) fix effect menu scroll

Since refactoring, the effect side panel, was not scrollable anymore.
Fixed it.
This commit is contained in:
lebaudantoine
2025-03-24 16:49:26 +01:00
committed by aleb_the_flash
parent 8a4323aa82
commit b5b99d4c52

View File

@@ -13,6 +13,7 @@ export const Effects = () => {
<div
className={css({
padding: '0 1.5rem',
overflowY: 'scroll',
})}
>
<EffectsConfiguration