Fix dropdown

This commit is contained in:
Nolann Biron
2025-06-13 16:01:22 +02:00
parent abfba66fed
commit b8dc0e6e2c
@@ -133,6 +133,8 @@ export function SpaceLayout(props: {
)}
{isMultiVariants && (
<SpacesDropdown
/** Needed to avoid the dropdown being rendered in the wrong place when the mobile menu is open. */
withPortal={false}
context={context}
siteSpace={siteSpace}
siteSpaces={siteSpaces}