fix(web): content & navigation list scroll on mobile (#1207)
This commit is contained in:
@@ -315,6 +315,7 @@ class PanelResizer extends Component<Props, State> {
|
||||
this.props.hoverable && 'hover:opacity-100',
|
||||
this.props.side === PanelSide.Left && 'left-0 right-auto',
|
||||
)}
|
||||
onMouseDown={this.onMouseDown}
|
||||
ref={this.resizerElementRef}
|
||||
/>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user