fixing scroll-overflow on react flow
This commit is contained in:
parent
2986741e61
commit
3b3bfc9b5a
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
/* Prevent react flow to overflow the page */
|
||||
body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue