Skip to content

Commit

Permalink
feat: tabs滚动条兼容火狐浏览器 (#2431)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanneXu6677 authored Jul 10, 2024
1 parent a006931 commit 9ca55b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packages/tabs/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
user-select: none;
overflow: hidden;
background: $tabs-titles-background-color;
scrollbar-width: none;

&::-webkit-scrollbar {
display: none;
Expand Down

0 comments on commit 9ca55b3

Please sign in to comment.