Thank you! Now, It works very well :D
I have a CSS problem.
I use overflow: auto
. But, when many list are added, the page is obscured. How can I fix it?
I used parcel-bundler. Here is my app. Link
Help me.
Thank you! Now, It works very well :D
I have a CSS problem.
I use overflow: auto
. But, when many list are added, the page is obscured. How can I fix it?
I used parcel-bundler. Here is my app. Link
Help me.
This is common when using flexbox to center a box vertically. You can fix it by adding
margin: auto
to.todo