Skip to content

Commit

Permalink
fix: resizable-handler z-index compatible with antd
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Jan 11, 2023
1 parent 2d408e0 commit e2f8997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
position: absolute;
right: -5px;
bottom: 0;
z-index: 2;
z-index: 1;
display: flex;
justify-content: center;
width: 10px;
Expand Down

0 comments on commit e2f8997

Please sign in to comment.