Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions public/components/layer_config/layer_config_panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
>
<EuiFlyoutHeader hasBorder={true}>
<EuiFlexGroup gutterSize="s" alignItems="center">
Expand Down