kkucharc commented on issue #11907: URL: https://github.com/apache/incubator-superset/issues/11907#issuecomment-745332420
I had to move to another issue due to some priority change. To sum up what I managed to discover: 1. General issue: the scroll area is hidden under the dashboard's header (z-index and position=relative of the header disables scroll). The best thing here would be to somehow move detecting scroll to top level, but I am not sure if it's possible. The other option is to use dnd component and detect that we are hovering header and then scroll top on hover. 2. Second issue: some charts and tables have scroll when the window is too narrow. When we drag an element, the preview of dragged element is as wide as table/chart inside this element. After my debugging nothing seemed helping: `width: 100%` or `overflow: hidden` for divs, svg, table. What I may suggest is to disable scroll while editing or pass width as HTML attribute directly to svg or table. ---------------------------------------------------------------- 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]
