Skip to content

Commit

Permalink
Set list as overflow hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Feb 27, 2024
1 parent 086b5c3 commit 7971ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/KListWithOverflow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
width: 100%;
}
.list {
overflow: visible;
overflow: hidden;
display: flex;
flex-wrap: nowrap;
}
Expand Down

0 comments on commit 7971ea4

Please sign in to comment.