react-collapse-pane icon indicating copy to clipboard operation
react-collapse-pane copied to clipboard

Do not overwrite parent's div styling

Open alvaroserrrano opened this issue 3 years ago • 0 comments

image I am trying to have the following structure but SplitPane seems to be overriding my css:

<div>
	<div>
		<SplitPlane>
			<div></div>
			<div><div/>
	<div>
<div>

alvaroserrrano avatar May 20 '21 11:05 alvaroserrrano