Skip to content

Commit

Permalink
fix: fix overlay offsets on pages with feature header (#8223) (#8228)
Browse files Browse the repository at this point in the history
* fix: fix overlay offsets on pages with feature header



* Changeset file for PR #8223 created/updated

---------



(cherry picked from commit 2ffe62a)

Signed-off-by: Viraj Sanghvi <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 19, 2024
1 parent 428cf55 commit e467614
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/8223.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix:
- Fix overlay offsets on pages with feature header ([#8223](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8223))
2 changes: 1 addition & 1 deletion src/core/public/chrome/ui/header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
gap: $euiSizeS;

&.primaryHeader {
margin-top: $euiSizeM;
padding-top: $euiSizeM;
}

&.primaryApplicationHeader {
Expand Down

0 comments on commit e467614

Please sign in to comment.