Skip to content

Commit

Permalink
Update sidecar z-index style (#6964) (#6968)
Browse files Browse the repository at this point in the history
* update sidecar style



* Changeset file for PR #6964 created/updated

---------



(cherry picked from commit e7f28f4)

Signed-off-by: tygao <[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 Jun 7, 2024
1 parent d8b595d commit 831a5e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/6964.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix:
- Update z-index of sidecar container to make it more than mask, from 1000 to 1001. ([#6964](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6964))
4 changes: 3 additions & 1 deletion src/core/public/overlays/sidecar/components/sidecar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
.osdSidecarFlyout {
box-shadow: initial;
position: fixed;
z-index: 1000;

// Sidecar z-index should more than mask. Actually will be 1001.
z-index: $euiZMaskBelowHeader + 1;
background: lightOrDarkTheme($euiColorGhost, $euiColorInk);
display: flex;

Expand Down

0 comments on commit 831a5e5

Please sign in to comment.