few tweaks on responsive

This commit is contained in:
Antoine M 2024-05-29 16:26:00 +02:00
parent 09a3b59e63
commit ee04445af0

View File

@ -1,11 +1,21 @@
#cmplz-cookiebanner-container { #cmplz-cookiebanner-container {
.cmplz-cookiebanner {
z-index: 9998;
}
@media screen and (min-width: 900px) {
.cmplz-cookiebanner {
right: 120px;
}
}
@media screen and (max-height: 500px), screen and (max-width: 350px) { @media screen and (max-height: 500px), screen and (max-width: 350px) {
.cmplz-cookiebanner { .cmplz-cookiebanner {
overflow: scroll; overflow: scroll;
height: 800px; height: 800px;
height: fit-content; height: fit-content;
max-height: unset; max-height: unset;
top: 0; /* top: 140px; */
top: 0px;
position: absolute; position: absolute;
} }