stop drag target from flickering when dragging over children
This commit is contained in:
parent
0fe02b18ce
commit
a2e745a349
|
@ -236,6 +236,10 @@ a {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.upload-window.ondrag * {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.link {
|
||||
color: #0094fb;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in New Issue