Skip to content

Commit

Permalink
fix(module:tabs): fix clickable area of the anchor element (#6278)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsuanxyz authored Dec 29, 2020
1 parent 20db5d4 commit 0694079
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/tabs/style/patch.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

.ant-tabs-dropdown-menu-item a[nz-tab-link] {
position: relative;
}

a[nz-tab-link] {
&::before {
position: absolute;
top: 0;
Expand Down

1 comment on commit 0694079

@DBSDs
Copy link

@DBSDs DBSDs commented on 0694079 Dec 31, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

默默修复了。。。

Please sign in to comment.