fix(ott-330): icons position is fixed (#157)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Armen 5 years ago committed by GitHub
parent e5e1c032fd
commit c8ca91dd70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/features/UserFavorites/styled.tsx

@ -27,7 +27,7 @@ export const ScrollWrapper = styled.div`
display: flex;
flex-direction: column;
align-items: center;
overflow-y: auto;
overflow-y: overlay;
${customScrollbar}
`

Loading…
Cancel
Save