Skip to content

Commit

Permalink
fix(module:tabs): slide indicator missing in small screens (#8372)
Browse files Browse the repository at this point in the history
  • Loading branch information
ParsaArvanehPA authored Mar 11, 2024
1 parent 534fe62 commit a0b08be
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions components/tabs/style/patch.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@
}
}

nz-tabset,
nz-tab-nav-operation,
nz-tabs-nav {
display: block;
// https://github.com/ant-design/ant-design/pull/35195
// ant-design remove this since the other two bugs but not in ng-zorro-antd, so we keep it until antd solved it
overflow: hidden;
}

.nz-tabs-dropdown.ant-dropdown {
.ant-dropdown-menu {
max-height: 200px;
Expand Down

0 comments on commit a0b08be

Please sign in to comment.