idux icon indicating copy to clipboard operation
idux copied to clipboard

[WIP]fix(comp:message): include `useZIndex` to message wrapper

Open sallerli1 opened this issue 1 year ago • 2 comments

PR Checklist

Please check if your PR fulfills the following requirements:

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

What is the current behavior?

message wrapper的z-index是写死的,导致如果配置了overlayZIndex,可能会出现message一直在底部的问题

What is the new behavior?

使用 useZIndex 维护 wrapper 的 zIndex

Other information

sallerli1 avatar Aug 08 '23 13:08 sallerli1