remove pointer-events from Image, to make drag n' drop work on firefox. (#13193)

This commit is contained in:
Niels Lyngsø
2022-10-13 08:42:49 +02:00
committed by GitHub
parent ab8d94b466
commit ff75fcd36e

View File

@@ -35,7 +35,6 @@
color: #2152A3;// TODO: Set right colors:
}
img {
pointer-events: none;
object-fit: cover;
height: 100%;
width: 100%;