Can scroll Infinite on mobile
-
Hello complianz Team ,
How are you ? Was a long time i don’t come here .. like 1 months :/
Im trying to get my cookies banner responsive for mobile but i get some troubles.
When i’m in the cookies banner i can scrolllllllll very down …
Can you help me ?And when i click to view preferences , i can go to the right for reading all preferences and scroll is buged again.
My code :
.cmplz-soft-cookiewall { background-color: rgba(0, 0, 0, 0.62); } .cmplz-cookiebanner .cmplz-header { display: flex; justify-content: center; } .cmplz-cookiebanner .cmplz-body { justify-content: center; grid-column: span 3; font-family: 'Handlee'; } .cmplz-cookiebanner .cmplz-buttons { grid-row-start: revert; grid-column-start: 1; margin:auto; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { font-size:20px; font-family: 'Handlee'; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: #007976; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: #007976; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: #007976; color: #fff; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: #007976; color: #fff; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover { background-color: #B63355; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:hover { background-color: #B63355; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover { background-color: #B63355; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:hover { background-color: #B63355; } .cmplz-cookiebanner { grid-template-columns: 1fr; } .cmplz-cookiebanner .cmplz-message { text-align: center; } .cmplz-cookiebanner.cmplz-categories-type-view-preferences.cmplz-categories-visible .cmplz-buttons, .cmplz-cookiebanner.cmplz-categories-type-no.cmplz-categories-visible .cmplz-buttons { flex-direction: initial; } .cmplz-cookiebanner .cmplz-logo img { max-height: 200px; width: inherit; justify-content:center; } .cmplz-cookiebanner { margin: 0px; border-radius: 0px; width: 100%; } .cmplz-cookiebanner .cmplz-title { font-size:60px; font-family: 'Arizonia'; font-weight: bold; color:#B63355; } .cmplz-cookiebanner .cmplz-categories .cmplz-category { background: white; border-bottom: 2px solid #B63355; margin-left: -10px; font-size:20px; } .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-family: 'Handlee'; font-size: 20px; color: #082065; } #cmplz-document { max-width: unset; } #cmplz-document h2 { font-size: 33px; font-family: 'Courgette'; font-weight: bold; color:#007976; padding:50px 0 20px 0; } #cmplz-document .cmplz-subtitle { font-size: 25px; font-family: 'Courgette'; font-weight: bold; color:#B63355; } #cmplz-document, #cmplz-document p, #cmplz-document span, #cmplz-document li { font-family: 'Handlee'; font-size: 20px; color:#082065; } #cmplz-cookies-overview .cmplz-service-desc { font-family: 'Handlee'; font-size: 20px; background: #F8F9FA; color:#082065; } #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div, #cmplz-document .cmplz-dropdown .cookies-per-purpose div { background-color: #F8F9FA; } #cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-family: 'Handlee'; font-size: 20px; color:#082065; } @media only screen and (max-width: 768px) { .cmplz-cookiebanner .cmplz-logo img { max-height: 100px; width: inherit; justify-content:center; } .cmplz-cookiebanner { margin: 0px; border-radius: 0px; width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: row; } #cmplz-manage-consent .cmplz-manage-consent { display: unset; bottom: -5px!important; } .cmplz-cookiebanner .cmplz-body { padding: 0 5% 100% 0; } }
Thank you ..
Christopher.The page I need help with: [log in to see the link]
- The topic ‘Can scroll Infinite on mobile’ is closed to new replies.