fix: remove horizontal scrollbar in git sync modal (#13514)
This commit is contained in:
parent
41b9df2657
commit
9cc0cdd404
|
|
@ -34,7 +34,7 @@ const Container = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow-y: hidden;
|
overflow: hidden;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const BodyContainer = styled.div`
|
const BodyContainer = styled.div`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user