mirror of
https://github.com/twentyhq/twenty.git
synced 2025-01-06 03:45:15 +03:00
scrollbar corner background color set transparent (#1948)
This commit is contained in:
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};
|
||||
|
Loading…
Reference in New Issue
Block a user