From 62826c7844b29476af05c81e12ffe0f212ef9d97 Mon Sep 17 00:00:00 2001 From: Viraj Sanghvi Date: Mon, 30 Sep 2024 23:01:40 +0000 Subject: [PATCH] fix: prevent overlay from overlapping new application header Signed-off-by: Viraj Sanghvi --- CHANGELOG.md | 1 + public/components/layer_config/layer_config_panel.tsx | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4385d538..6d1e6e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), * [navigation]feat: update category to flatten menus in analytics(all) use case [#674](https://github.com/opensearch-project/dashboards-maps/pull/674) ### Enhancements ### Bug Fixes +* fix: prevent overlay from overlapping new application header ### Infrastructure ### Documentation ### Maintenance diff --git a/public/components/layer_config/layer_config_panel.tsx b/public/components/layer_config/layer_config_panel.tsx index 3ca42bdc..af351602 100644 --- a/public/components/layer_config/layer_config_panel.tsx +++ b/public/components/layer_config/layer_config_panel.tsx @@ -107,6 +107,9 @@ export const LayerConfigPanel = ({ onClose={onClose} hideCloseButton={true} className="layerConfigPanel" + // Flyout starts to overlap app header under this breakpoint, likely need + // to convert this to a panel considering the new layout. + pushMinBreakpoint={1576} >