optimizing responsive for cookies consent
This commit is contained in:
parent
6e56d6baa8
commit
0f435267fa
18
resources/css/components/complianz-consent.css
Normal file
18
resources/css/components/complianz-consent.css
Normal file
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user