diff --git a/src/frontend/src/App.css b/src/frontend/src/App.css index a7a8bad51..c4cc99fd4 100644 --- a/src/frontend/src/App.css +++ b/src/frontend/src/App.css @@ -2,15 +2,19 @@ @tailwind components; @tailwind utilities; +body { + overflow: hidden; +} + .App { text-align: center; } .react-flow__node { - width: auto; - height: auto; - border-radius: auto; - min-width: inherit; + width: auto; + height: auto; + border-radius: auto; + min-width: inherit; } .App-logo {