From 018b293f2dbdc9254cc52496631a633f44f9618a Mon Sep 17 00:00:00 2001 From: pengx17 Date: Wed, 4 Dec 2024 06:56:28 +0000 Subject: [PATCH] fix(mobile): tags editor max height (#8999) fix AF-1873 --- packages/frontend/core/src/components/tags/styles.css.ts | 2 ++ 1 file changed, 2 insertions(+) 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', }, }, });