scrollbar corner background color set transparent (#1948)

This commit is contained in:
Abhishek Thory 2023-10-10 02:12:06 +05:30 committed by GitHub
parent b9f23d9be6
commit 982a0799b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,10 @@ const StyledLayout = styled.div`
width: 4px;
}
*::-webkit-scrollbar-corner {
background-color: transparent;
}
*::-webkit-scrollbar-thumb {
background-color: transparent;
border-radius: ${({ theme }) => theme.border.radius.sm};