fix: right sidepanel open on focus (#5901)

fix TOV-614
Should not show sidepanel on focusing inner elemenets
This commit is contained in:
Peng Xiao
2024-02-26 03:43:37 +00:00
parent 7d73145a69
commit cc2d97e3b8
@@ -35,8 +35,12 @@ export const root = style({
'&[data-is-floating="false"][data-transparent=true]': { '&[data-is-floating="false"][data-transparent=true]': {
backgroundColor: 'transparent', backgroundColor: 'transparent',
}, },
'&[data-enable-animation="false"][data-open="false"]': {
display: 'none',
},
}, },
}); });
export const panelContent = style({ export const panelContent = style({
position: 'relative', position: 'relative',
height: '100%', height: '100%',