Open joshuarrrr opened 11 months ago
This is still there on 2.13 and very annoying for larger dashboards
This is really hell for usability, it's impossible to use right now...
The reason we get the extra scrollbars is that .visualization
has a padding of $euiSizeS = 8px
while its child has a margin of - $euiSizeL / 2 = -12px
. This makes the child larger than the parent, forcing the scrollbars to show up.
This is still there on 2.16 and very annoying for larger dashboards
Describe the bug
The table renderer already correctly has vertical or horizontal scrollbars as necessary, so these extra scrollbars indicate a CSS or responsive issue in the container itself.
To Reproduce Steps to reproduce the behavior:
Expected behavior No nested scrollbars
OpenSearch Version Latest (2.11.1)
Dashboards Version Latest (2.11.1)
Plugins
None
Screenshots
Host/Environment (please complete the following information):
Additional context
Similar past issue with vega visualizations: https://github.com/opensearch-project/OpenSearch-Dashboards/issues/3485