mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-21 08:01:31 +03:00
parent
4706f1e2a3
commit
018b293f2d
@ -80,6 +80,7 @@ export const tagsEditorTagsSelector = style({
|
|||||||
selectors: {
|
selectors: {
|
||||||
[`${tagsEditorRootMobile} &`]: {
|
[`${tagsEditorRootMobile} &`]: {
|
||||||
padding: 0,
|
padding: 0,
|
||||||
|
maxHeight: 'none',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
@ -110,6 +111,7 @@ export const tagSelectorTagsScrollContainer = style({
|
|||||||
backgroundColor: cssVarV2('layer/background/primary'),
|
backgroundColor: cssVarV2('layer/background/primary'),
|
||||||
gap: 0,
|
gap: 0,
|
||||||
padding: 4,
|
padding: 4,
|
||||||
|
maxHeight: 'none',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user