buildo / react-cookie-banner

React Cookie banner which can be automatically dismissed with a scroll. Because fuck The Cookie Law, that's why.
http://react-components.buildo.io/#cookiebanner
MIT License
182 stars 19 forks source link

Styling for mobile? #13

Open kinhbang89 opened 8 years ago

kinhbang89 commented 8 years ago

I think this library missed the optimised styling for mobile?

storybynumbers commented 7 years ago

No, you will have to provide your own. I did this by setting prop disableStyle to true, then providing a custom class using prop className, which contained my styling and media queries.