Skip to content

Commit

Permalink
fix(tabs): fix display issue in skyline (#2788)
Browse files Browse the repository at this point in the history
fix the issue with the tabs component under Skyline

fix #2786
  • Loading branch information
narukeu authored May 23, 2024
1 parent 18640ab commit 68d2e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tabs/tabs.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
scroll-with-animation
enable-passive
show-scrollbar="{{false}}"
type="list"
bind:scroll="onScroll"
>
<view class="{{_.cls(classPrefix + '__nav', [placement])}}" aria-role="tablist">
Expand Down

0 comments on commit 68d2e3d

Please sign in to comment.