fixing scroll-overflow on react flow

This commit is contained in:
cristhianzl 2024-01-11 17:59:45 -03:00
commit 3b3bfc9b5a

View file

@ -2,6 +2,7 @@
@tailwind components;
@tailwind utilities;
/* Prevent react flow to overflow the page */
body {
overflow: hidden;
}