css update to scoot continue button up above cookie disclaimer

This commit is contained in:
Bill Richardson 2024-10-28 10:05:24 -04:00
parent 70e1081019
commit eedc5c31d7

View file

@ -14,6 +14,7 @@ body {
.prevent-squish {
overflow-x: unset;
}
&.fade-on-route-transition {
height: 100vh;
display: flex;
@ -90,6 +91,18 @@ body {
.pac-container {
z-index: 10000 !important;
}
div#app:has(~ div#onetrust-consent-sdk div#onetrust-banner-sdk[style]) {
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;
}
}
.modal-open {