Skip to content
Prev Previous commit
Next Next commit
change the scroll to thin to match the add key style
  • Loading branch information
dantovska committed Dec 15, 2025
commit 31bf47c2e194b40c2f70d5366aaae3ba1a7981ea
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const StyledContent = styled(Col)`
flex: 1 1 auto;
min-height: 0;
overflow-y: auto;
scrollbar-width: thin;
overscroll-behavior: contain;
`

Expand Down