Shared: ErrorContainer: Fixed vertical scroll on clouds animation

This commit is contained in:
Ilya Oleshko 2024-08-14 17:40:33 +03:00
parent 921ff8dc71
commit 645adf6050

View File

@ -40,7 +40,7 @@ const StyledErrorContainer = styled.div<{ isEditor: boolean }>`
css`
position: absolute;
`}
overflow-x: hidden;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;