fix(component): banner should not affect the editor layout (#7128)

Same as #6605
This commit is contained in:
fundon
2024-06-03 02:13:24 +00:00
parent 03be1d66f9
commit 5b8b2bbf48
2 changed files with 5 additions and 1 deletions

View File

@@ -39,7 +39,8 @@ export const tipsContainer = style({
justifyContent: 'space-between',
alignItems: 'center',
padding: '12px 16px',
position: 'sticky',
position: 'absolute',
zIndex: 1,
gap: '16px',
containerType: 'inline-size',
'@media': {