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(pro:search): overlay zIndex should be larger than container #1389

Merged
merged 1 commit into from Jan 6, 2023

Conversation

sallerli1
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines
  • Tests for the changes have been added/updated or not needed
  • Docs and demo have been added/updated or not needed

What is the current behavior?

从非聚焦状态下直接点击搜索项,搜索项浮层的z-index计算会先于输入框,导致搜索项浮层被遮盖

What is the new behavior?

修复以上问题

Other information

@idux-bot
Copy link

idux-bot bot commented Jan 6, 2023

This preview will be available after the AzureCI is passed.

@codecov
Copy link

codecov bot commented Jan 6, 2023

Codecov Report

Merging #1389 (dbb90c4) into main (e71cd46) will decrease coverage by 0.00%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##             main    #1389      +/-   ##
==========================================
- Coverage   92.87%   92.87%   -0.01%     
==========================================
  Files         324      324              
  Lines       29814    29820       +6     
  Branches     2480     2481       +1     
==========================================
+ Hits        27690    27695       +5     
- Misses       2124     2125       +1     
Impacted Files Coverage Δ
packages/pro/search/src/ProSearch.tsx 15.49% <0.00%> (-0.08%) ⬇️
packages/pro/search/src/token.ts 100.00% <100.00%> (ø)
packages/components/select/src/Select.tsx 87.34% <0.00%> (+0.21%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@danranVm danranVm merged commit 81ff47e into IDuxFE:main Jan 6, 2023
@sallerli1 sallerli1 deleted the fix-pro-search-overlay-index branch February 20, 2023 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants