mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
use css transforms for dashboard grid cells (#848)
This commit is contained in:
committed by
Maxime Beauchemin
parent
e36bc2477a
commit
cbca740f9f
@@ -90,7 +90,7 @@ class GridLayout extends React.Component {
|
||||
rowHeight={100}
|
||||
autoSize
|
||||
margin={[20, 20]}
|
||||
useCSSTransforms={false}
|
||||
useCSSTransforms={true}
|
||||
draggableHandle=".drag"
|
||||
>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user