disable pointer events for background images

This commit is contained in:
dexter21767-dev 2023-07-20 14:04:26 +01:00
parent 61a8088a89
commit d25db6ebde

View file

@ -57,6 +57,7 @@
}
.background-image {
pointer-events: none;
display: block;
width: 100%;
height: 100%;