Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sidecar z-index style #6964

Merged
merged 2 commits into from
Jun 7, 2024

Conversation

raintygao
Copy link
Contributor

Description

Update sidecar z-index from 1000 to 1001.
The mask in UI component will cover the entire screen, even if their child element flyout has left or right, they will still cover the entire screen. As a container independent of OSD, sidecar should not be blocked by redundant masks.

Screenshot

image
image
Before

image
image

After

Testing the changes

Changelog

  • fix: Update z-index of sidecar container to make it more than mask, from 1000 to 1001.

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

Signed-off-by: tygao <tygao@amazon.com>
Copy link

codecov bot commented Jun 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.42%. Comparing base (31b79e4) to head (d350a1e).
Report is 18 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6964      +/-   ##
==========================================
- Coverage   67.45%   67.42%   -0.04%     
==========================================
  Files        3444     3445       +1     
  Lines       67849    67827      -22     
  Branches    11035    11036       +1     
==========================================
- Hits        45766    45730      -36     
- Misses      19417    19427      +10     
- Partials     2666     2670       +4     
Flag Coverage Δ
Linux_1 33.09% <ø> (+<0.01%) ⬆️
Linux_2 55.06% <ø> (-0.06%) ⬇️
Linux_3 ?
Linux_4 ?
Windows_1 33.11% <ø> (+<0.01%) ⬆️
Windows_2 55.01% <ø> (-0.08%) ⬇️
Windows_3 45.22% <ø> (-0.06%) ⬇️
Windows_4 34.87% <ø> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@SuZhou-Joe SuZhou-Joe merged commit e7f28f4 into opensearch-project:main Jun 7, 2024
71 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jun 7, 2024
* update sidecar style

Signed-off-by: tygao <tygao@amazon.com>

* Changeset file for PR #6964 created/updated

---------

Signed-off-by: tygao <tygao@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit e7f28f4)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
BionIT pushed a commit that referenced this pull request Jun 7, 2024
* update sidecar style



* Changeset file for PR #6964 created/updated

---------



(cherry picked from commit e7f28f4)

Signed-off-by: tygao <tygao@amazon.com>
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants