it("supports overriding style on the modal contents", () => {
    const style = { content: { position: "static" } };
    const props = { isOpen: true, style }; 
    withModal(props, null, modal => {
      mcontent(modal).style.position.should.be.eql("static");