diff --git a/resources/css/components/complianz-consent.css b/resources/css/components/complianz-consent.css new file mode 100644 index 0000000..3bbf948 --- /dev/null +++ b/resources/css/components/complianz-consent.css @@ -0,0 +1,18 @@ +#cmplz-cookiebanner-container { + @media screen and (max-height: 500px), screen and (max-width: 350px) { + .cmplz-cookiebanner { + overflow: scroll; + height: 800px; + height: fit-content; + max-height: unset; + top: 0; + position: absolute; + } + + .cmplz-body { + height: fit-content; + display: block; + max-height: unset; + } + } +}