Fix dropdowns scroll display (#15199)
I'm applying the scrollbar styling to dropdowns
This commit is contained in:
+6
@@ -28,6 +28,12 @@ const StyledScrollableContainer = styled.div<{ maxHeight?: number }>`
|
||||
width: 100%;
|
||||
|
||||
overflow-y: auto;
|
||||
scrollbar-color: ${({ theme }) => theme.border.color.medium} transparent;
|
||||
scrollbar-width: 4px;
|
||||
|
||||
*::-webkit-scrollbar-thumb {
|
||||
border-radius: ${({ theme }) => theme.border.radius.sm};
|
||||
}
|
||||
`;
|
||||
|
||||
const StyledInternalContainer = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user