Hi, I was using your library and ran into a problem. I have solved it in my personal project, but so that more people can benefit from it I open this pull request. I hope not to bother you 🙏 .
Problem detected
When you scroll on a web with a higher height than the screen the cookie warning modal does not stay at the bottom.
Screenshot normal modal:
Screenshot settings modal:
Proposed solution
Change the position from absolute to fixed at main class .cookie-comply and at .cookie-comply__modal.
Hi, I was using your library and ran into a problem. I have solved it in my personal project, but so that more people can benefit from it I open this pull request. I hope not to bother you 🙏 .
Problem detected When you scroll on a web with a higher height than the screen the cookie warning modal does not stay at the bottom.
Screenshot normal modal:
Screenshot settings modal:
Proposed solution Change the
position
fromabsolute
tofixed
at main class.cookie-comply
and at.cookie-comply__modal
.