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

Add possibility to set style only for container and not children also

Open jkeruzec opened this issue 7 years ago • 2 comments
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 !

jkeruzec avatar Jul 26 '18 14:07 jkeruzec

Hi!

Can I start working on this?

Please do tell where the file is in the repository.

Thanks!

malik-na avatar Jul 21 '24 23:07 malik-na

Hi, Can I work on this issue?

vlakhara avatar Oct 01 '24 16:10 vlakhara