rusackas commented on a change in pull request #12009:
URL: 
https://github.com/apache/incubator-superset/pull/12009#discussion_r541222729



##########
File path: superset-frontend/src/chart/Chart.jsx
##########
@@ -212,6 +215,7 @@ class Chart extends React.PureComponent {
           <div
             className={`slice_container ${isFaded ? ' faded' : ''}`}
             data-test="slice-container"
+            style={{ width, overflow: 'scroll' }}

Review comment:
       ```suggestion
               style={{ width, overflow: 'auto' }}
   ```
   does auto work just as well here, so we don't _always_ have a scrollbar?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to