diff --git a/src/style/index.scss b/src/style/index.scss index 6cde2c173..555afa3a8 100644 --- a/src/style/index.scss +++ b/src/style/index.scss @@ -109,3 +109,10 @@ ul { .mobile-spacing { margin: 0; } + +.flow-dialog { + transform: none; + left: 0; + position: relative; + margin: 0 auto; +}