Skip to content

Commit

Permalink
fix(comp:spin): btn under ix-spin can be clicked (#1499)
Browse files Browse the repository at this point in the history
  • Loading branch information
kovsu committed Mar 13, 2023
1 parent af48e96 commit 3463cea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/spin/style/index.less
Expand Up @@ -27,6 +27,7 @@
bottom: 0;
position: absolute;
background-color: rgb(255 255 255 / 40%);
pointer-events: auto;
}
}

Expand Down

0 comments on commit 3463cea

Please sign in to comment.