diff --git a/src/components/Map/PluginsDrawer/PluginsDrawer.component.tsx b/src/components/Map/PluginsDrawer/PluginsDrawer.component.tsx index c06d9774d177c066f0061b32c875f0d9d5abdbb9..f844fc1d356a78702481ae3e7e512fb5be54aac1 100644 --- a/src/components/Map/PluginsDrawer/PluginsDrawer.component.tsx +++ b/src/components/Map/PluginsDrawer/PluginsDrawer.component.tsx @@ -12,7 +12,7 @@ export const PluginsDrawer = (): JSX.Element => { return ( <div className={twMerge( - 'absolute bottom-0 right-0 top-[104px] z-20 h-calc-drawer w-[432px] translate-x-full transform border border-divide bg-white-pearl text-font-500 transition-all duration-500', + 'absolute bottom-0 right-0 top-[104px] z-20 flex h-calc-drawer w-[432px] translate-x-full transform flex-col border border-divide bg-white-pearl text-font-500 transition-all duration-500', isOpen && 'translate-x-0', )} role={PLUGINS_DRAWER_ROLE}