mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
[dist_bar] fix x scroll when overflowing (#2440)
This commit is contained in:
committed by
GitHub
parent
a4abbfe126
commit
edf5c0e83b
@@ -98,7 +98,7 @@ class GridLayout extends React.Component {
|
||||
id={'slice_' + slice.slice_id}
|
||||
key={slice.slice_id}
|
||||
data-slice-id={slice.slice_id}
|
||||
className={`widget ${slice.form_data.viz_type}`}
|
||||
className="widget"
|
||||
>
|
||||
<SliceCell
|
||||
slice={slice}
|
||||
|
||||
Reference in New Issue
Block a user