#css
Read more stories on Hashnode
Articles with this tag
To add an animation to the side drawer, I'll install a new third-party library with: npm install --save react-transition-group. it is simply a...
To enable scrolling for modal, add this to .modal in Modal.module.css: max-height: calc(100vh - 210px); // max-height: 80vh; overflow-y: auto; We...
There is one important thing to know it . Card here is a custom component , its not one of those built in HTML components. And therefore , since it's...