How can I prevent overlay on material-ui's RaisedButton
?
When I open a modal window, the buttons still remain visible.
Which property should be added to the buttons to disable the overlay?
Any assistance from those familiar with material-ui would be greatly appreciated.
Screen capture below: https://i.sstatic.net/ByeZb.png
I attempted using z-index for the button's container without success.