Lift modal above cookie notification in mobile

Allows button to be shown
This commit is contained in:
Bill Richardson 2024-10-31 12:34:43 -04:00
parent 6ef4087b8f
commit 5a816fec55

View file

@ -98,10 +98,22 @@ body {
@include media-breakpoint-up(xl) {
padding-bottom: unset;
}
div.modal.show {
padding-bottom: 3rem;
@include media-breakpoint-up(xl) {
padding-bottom: unset;
}
}
}
div#app:has(~ div#onetrust-consent-sdk div#onetrust-banner-sdk[style*="display: none"]) {
padding-bottom: 0;
div.modal.show {
padding-bottom: 0;
}
}
}