scrollbar corner background color set transparent (#1948)

This commit is contained in:
Abhishek Thory
2023-10-09 22:42:06 +02:00
committed by GitHub
parent b9f23d9be6
commit 982a0799b8
@@ -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};