mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(component): banner should not affect the editor layout (#7128)
Same as #6605
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user