fix: remove horizontal scrollbar in git sync modal (#13514)

This commit is contained in:
f0c1s 2022-05-04 17:10:32 +05:30 committed by GitHub
parent 41b9df2657
commit 9cc0cdd404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ const Container = styled.div`
display: flex;
flex-direction: column;
position: relative;
overflow-y: hidden;
overflow: hidden;
`;
const BodyContainer = styled.div`