Skip to content

Commit

Permalink
fix: fix overlay offsets on pages with feature header (opensearch-pro…
Browse files Browse the repository at this point in the history
…ject#8223)

* fix: fix overlay offsets on pages with feature header

Signed-off-by: Viraj Sanghvi <virajs@amazon.com>

* Changeset file for PR opensearch-project#8223 created/updated

---------

Signed-off-by: Viraj Sanghvi <virajs@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
1 parent cc5531b commit 2ffe62a
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 2ffe62a

Please sign in to comment.