diff --git a/packages/frontend/core/src/components/tags/styles.css.ts b/packages/frontend/core/src/components/tags/styles.css.ts index 332c79495d..a602f14166 100644 --- a/packages/frontend/core/src/components/tags/styles.css.ts +++ b/packages/frontend/core/src/components/tags/styles.css.ts @@ -80,6 +80,7 @@ export const tagsEditorTagsSelector = style({ selectors: { [`${tagsEditorRootMobile} &`]: { padding: 0, + maxHeight: 'none', }, }, }); @@ -110,6 +111,7 @@ export const tagSelectorTagsScrollContainer = style({ backgroundColor: cssVarV2('layer/background/primary'), gap: 0, padding: 4, + maxHeight: 'none', }, }, });