Skip to content

Commit

Permalink
feat(tabs): active tab bar cover bottom line (#1733)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Feb 28, 2024
1 parent b3c5cee commit a2e0367
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion style/web/components/tabs/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@

&--left {
left: 0;
z-index: 2;
}

&--right {
right: 0;
z-index: 1;
z-index: 2;

.@{prefix}-tabs__btn {
&:first-child {
Expand Down Expand Up @@ -171,6 +172,7 @@
overflow: hidden;
white-space: nowrap;
transform: @tab-nav-scroll-transform;
z-index: 1;
}

&__nav-wrap {
Expand Down

0 comments on commit a2e0367

Please sign in to comment.