Skip to content

Commit

Permalink
fix(list-item): prevent scrolling when item is focused. (#9948)
Browse files Browse the repository at this point in the history
**Related Issue:** #9949

## Summary

- fixes scrolling when a list item is focused
  • Loading branch information
driskull committed Aug 5, 2024
1 parent d916ca4 commit eab1e06
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
@apply bg-foreground-1
box-border
flex
flex-1;
flex-1
overflow-hidden;
* {
@apply box-border;
}
Expand Down

0 comments on commit eab1e06

Please sign in to comment.