1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-07 19:30:18 +02:00

Avoid dragging images from gallery view

This commit is contained in:
Jesús Espino 2021-04-08 15:11:30 +02:00
parent 1699afa6c1
commit d09f55bb94

View File

@ -56,6 +56,7 @@
overflow: hidden;
max-height: 160px;
min-height: 160px;
pointer-events: none;
.ImageElement {
width: 100%;