mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
fix: right sidepanel open on focus (#5901)
fix TOV-614 Should not show sidepanel on focusing inner elemenets
This commit is contained in:
@@ -35,8 +35,12 @@ export const root = style({
|
||||
'&[data-is-floating="false"][data-transparent=true]': {
|
||||
backgroundColor: 'transparent',
|
||||
},
|
||||
'&[data-enable-animation="false"][data-open="false"]': {
|
||||
display: 'none',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
export const panelContent = style({
|
||||
position: 'relative',
|
||||
height: '100%',
|
||||
|
||||
Reference in New Issue
Block a user