Last active
August 16, 2018 02:10
-
-
Save cfriedline/5486fce0451c4b73781ccc7fdd0a8b03 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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