Skip to content

Commit

Permalink
feat: add line-height to solve scroll issue
Browse files Browse the repository at this point in the history
  • Loading branch information
florianstancioiu committed May 23, 2024
1 parent d19c57a commit e2abca6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/listbox/style.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ const style = css`
border: 2px solid #eee;
}
[virtualizer-sizer]:not(.sizer) {
max-height: 2px;
overflow: hidden;
line-height: 1;
}
`;

Expand Down

0 comments on commit e2abca6

Please sign in to comment.