Skip to content

Commit

Permalink
fix(tabs): hidden scrollbar for firefox (#1454)
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji authored Jan 29, 2024
1 parent bd786cd commit a9aef80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/varlet-ui/src/tabs/tabs.less
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
&-scrollable {
overflow-x: auto;
overflow-y: hidden;
scrollbar-width: none;

&::-webkit-scrollbar {
display: none;
Expand Down Expand Up @@ -77,6 +78,7 @@
&-scrollable {
overflow-x: hidden;
overflow-y: auto;
scrollbar-width: none;

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

0 comments on commit a9aef80

Please sign in to comment.