Skip to content

Instantly share code, notes, and snippets.

@cfriedline
Last active August 16, 2018 02:10
Show Gist options
  • Save cfriedline/5486fce0451c4b73781ccc7fdd0a8b03 to your computer and use it in GitHub Desktop.
Save cfriedline/5486fce0451c4b73781ccc7fdd0a8b03 to your computer and use it in GitHub Desktop.
.react-grid-Container {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 0;
margin: 0;
}
.react-grid-Container *, :before, :after {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 0;
margin: 0;
}
.react-grid-Container .react-grid-HeaderCell input {
height: initial;
width: 100%;
}
.react-grid-Grid {
overflow-x: scroll;
overflow: scroll;
}
._dash-undo-redo {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment