diff --git a/packages/theme-chalk/src/tabs.scss b/packages/theme-chalk/src/tabs.scss index 775201d7b0..92d67efa01 100644 --- a/packages/theme-chalk/src/tabs.scss +++ b/packages/theme-chalk/src/tabs.scss @@ -29,6 +29,9 @@ transform getCssVar('transition-duration') getCssVar('transition-function-ease-in-out-bezier'); list-style: none; + &.is-bottom { + bottom: auto; + } } @include e(new-tab) { display: flex; @@ -81,6 +84,11 @@ z-index: getCssVar('index-normal'); } + &.is-bottom::after { + top: 0; + bottom: auto; + } + @include when(scrollable) { padding: 0 20px; box-sizing: border-box;