Skip to content

Commit

Permalink
scroll paddings -- thomas's request
Browse files Browse the repository at this point in the history
  • Loading branch information
ehconitin committed Dec 19, 2024
1 parent fcdb77c commit bd4ea4d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ const StyledScrollWrapper = styled.div`
.os-scrollbar-handle {
background-color: ${({ theme }) => theme.border.color.medium};
}
.os-scrollbar-vertical {
padding: 0px;
--os-size: 6px;
}
.os-scrollbar-horizontal {
padding: 0px;
--os-size: 6px;
}
`;

const StyledInnerContainer = styled.div`
Expand Down

0 comments on commit bd4ea4d

Please sign in to comment.