Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit bbf7ecd

Browse files
committed
fix(plugins/plugin-client-common): sidecar window buttons oddly shift when sidecar is maximized
Fixes #4374
1 parent 327d01d commit bbf7ecd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/plugin-client-common/src/components/Client/TabContent.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ export default class TabContent extends React.PureComponent<Props, State> {
290290
this.setState({ splitPaneImpl: c })
291291
}}
292292
split="vertical"
293+
resizerStyle={this.state.secondaryWidth === '100%' && { display: 'none' }}
293294
minSize={0}
294295
className={
295296
this.state.secondaryWidth === '0%'

0 commit comments

Comments
 (0)