Skip to content

Commit

Permalink
use css transforms for dashboard grid cells (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeke authored and mistercrunch committed Aug 2, 2016
1 parent e36bc24 commit cbca740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class GridLayout extends React.Component {
rowHeight={100}
autoSize
margin={[20, 20]}
useCSSTransforms={false}
useCSSTransforms={true}
draggableHandle=".drag"
>
{
Expand Down
2 changes: 1 addition & 1 deletion caravel/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"jquery-ui": "1.10.5",
"mapbox-gl": "^0.20.0",
"mustache": "^2.2.1",
"nvd3": "1.8.3",
"nvd3": "1.8.4",
"react": "^15.2.1",
"react-bootstrap": "^0.28.3",
"react-bootstrap-table": "^2.3.7",
Expand Down

0 comments on commit cbca740

Please sign in to comment.