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

fix(design): fix z-index for SubMenu #1440

Merged
merged 1 commit into from Mar 1, 2024
Merged

fix(design): fix z-index for SubMenu #1440

merged 1 commit into from Mar 1, 2024

Conversation

jikkai
Copy link
Member

@jikkai jikkai commented Feb 29, 2024

  • I am sure that the code is update-to-date with the dev branch.

close #1434

@jikkai jikkai requested a review from wzhudev as a code owner February 29, 2024 12:31
@jikkai jikkai added the qa:untested This PR is ready to be tested label Feb 29, 2024
Copy link

github-actions bot commented Feb 29, 2024

View Deployment

📑 Examples 📚 Storybook
🔗 Preview link 🔗 Preview link

Copy link

codecov bot commented Feb 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 31.26%. Comparing base (60d94a3) to head (5cbd8ef).
Report is 2 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #1440   +/-   ##
=======================================
  Coverage   31.26%   31.26%           
=======================================
  Files         876      876           
  Lines       49145    49145           
  Branches    10139    10139           
=======================================
  Hits        15364    15364           
  Misses      33781    33781           

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

@@ -100,7 +100,7 @@
&-submenu {
&-popup {
position: absolute;
z-index: 1;
z-index: 1070;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我建议提前把 z-index 分成哪几个区域,每个区域分给哪些组件(包括业务组件),提前确定一下,形成个文档;不然(根据之前做的项目来看)长期来看可能会混乱

Copy link
Member Author

@jikkai jikkai Mar 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个有计划做,这周 storybook 恢复以后会增加相关的 z-index token 到文档上

@zhaolixin7 zhaolixin7 added qa:verified This PR has already by verified by a QA and is considered good enough to be merge and removed qa:untested This PR is ready to be tested labels Mar 1, 2024
@wzhudev wzhudev merged commit 4d49dad into dev Mar 1, 2024
7 checks passed
@wzhudev wzhudev deleted the fix/menu branch March 1, 2024 06:01
@jikkai jikkai mentioned this pull request Mar 4, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
qa:verified This PR has already by verified by a QA and is considered good enough to be merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] 右键菜单二级菜单中功能无法使用,白色背景色变成通明
4 participants