🐛(frontend) fix effect menu scroll
Since refactoring, the effect side panel, was not scrollable anymore. Fixed it.
This commit is contained in:
committed by
aleb_the_flash
parent
8a4323aa82
commit
b5b99d4c52
@@ -13,6 +13,7 @@ export const Effects = () => {
|
|||||||
<div
|
<div
|
||||||
className={css({
|
className={css({
|
||||||
padding: '0 1.5rem',
|
padding: '0 1.5rem',
|
||||||
|
overflowY: 'scroll',
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
<EffectsConfiguration
|
<EffectsConfiguration
|
||||||
|
|||||||
Reference in New Issue
Block a user