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
(cherry picked from commit c043733)
  • Loading branch information
virajsanghvi authored and github-actions[bot] committed Oct 1, 2024
1 parent 3424b82 commit 9dadf63
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 @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Features
### 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 9dadf63

Please sign in to comment.