Skip to content

Commit

Permalink
fix: prevent overlay from overlapping new application header (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
virajsanghvi authored Oct 1, 2024
1 parent 4fd51cc commit c043733
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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

0 comments on commit c043733

Please sign in to comment.