mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-13 07:33:29 +00:00
[web] prevent undesired dragging of an image in the color-picker (#17433)
GitOrigin-RevId: d02892a0f7cf473de4db9a9ca3990b8f473195cf
This commit is contained in:
parent
d65bba566c
commit
fe55344613
1 changed files with 1 additions and 0 deletions
|
@ -971,6 +971,7 @@
|
|||
|
||||
.custom-picker {
|
||||
position: absolute;
|
||||
user-select: none;
|
||||
|
||||
@media (max-width: @screen-xs-max) {
|
||||
top: 56px;
|
||||
|
|
Loading…
Reference in a new issue