opensearch-project / oui

OpenSearch UI Framework
Apache License 2.0
38 stars 71 forks source link

[BUG] Data grid fullscreen overlap issue #1166

Open ps48 opened 1 year ago

ps48 commented 1 year ago

Describe the bug

Whenever the data grid component is shown in full in OSD it gets overlapped by OUI header.

To Reproduce Steps to reproduce the behavior:

  1. Go to Notebooks Plugin in observability
  2. Click on Add sample
  3. Load sample notebook [Logs] Sample Root Cause Event Analysis click on any data grid table and select fullscreen option
  4. You would see an overlap in the in table headers and sometimes even few rows.

Expected behavior

Data grid full screen should not be overlapped by any item if rendered inside a component.

Screenshots

Screenshot 2023-11-28 at 10 44 19 AM

Host/Environment (please complete the following information):

BSFishy commented 11 months ago

Confirmed through https://playground.opensearch.org/app/observability-notebooks#/VL-XIowB4v5SU7kSpV5v?view=view_both, clicking on fullscreen on the datagrid.

Question to contributors/maintainers: Do we have other components that fullscreen and if so, do they have this same issue? If not, can we apply the same thing for datagrid?