Skip to content

Commit

Permalink
fix(message): 解决消息被遮挡
Browse files Browse the repository at this point in the history
  • Loading branch information
Yin-Jinlong committed Jun 26, 2024
1 parent c25492a commit a8aff22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/message/src/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ window.onload = () => {
div.style.left = '0'
div.style.width = '100%'
div.style.pointerEvents = 'none'
div.style.zIndex = '2147483647'
app.mount(div)

addEventListener('theme-change', (e) => {
Expand Down

0 comments on commit a8aff22

Please sign in to comment.