react-split-pane
react-split-pane copied to clipboard
Add possibility to set style only for container and not children also
trafficstars
Please could you provide a style parameter to set style only for the container and not for children panel (no inheritance) ?
For the moment I modify directly this part in source :
var style = Object.assign({}, {
display: 'flex',
flex: 1,
height: 'calc(100% - 101px)',
position: 'absolute',
outline: 'none',
overflow: 'hidden',
MozUserSelect: 'text',
WebkitUserSelect: 'text',
msUserSelect: 'text',
userSelect: 'text',
width: datatableWidth
}, styleProps || {});
Thanks !
Hi!
Can I start working on this?
Please do tell where the file is in the repository.
Thanks!
Hi, Can I work on this issue?