[web] prevent undesired dragging of an image in the color-picker (#17433)

GitOrigin-RevId: d02892a0f7cf473de4db9a9ca3990b8f473195cf
This commit is contained in:
Antoine Clausse 2024-03-11 14:29:41 +01:00 committed by Copybot
parent d65bba566c
commit fe55344613

View file

@ -971,6 +971,7 @@
.custom-picker {
position: absolute;
user-select: none;
@media (max-width: @screen-xs-max) {
top: 56px;