Fix weird artifacts

This commit is contained in:
Kuba Orlik 2025-03-04 13:37:48 +01:00
parent 5e901567fe
commit ff3e3e7bf6

View File

@ -14,6 +14,13 @@
background-color: white; background-color: white;
} }
.autoscrolling-images--mode-white-square .autoscrolling-images__img-wrapper,
.autoscrolling-images--mode-white .autoscrolling-images__img-wrapper {
img {
background: white; // to get rid of weird artifacts on FF
}
}
.autoscrolling-images--mode-white-square .autoscrolling-images__img-wrapper { .autoscrolling-images--mode-white-square .autoscrolling-images__img-wrapper {
background-color: white; background-color: white;
height: unset; height: unset;