Fix elephant graphic being draggable and selectable (#6819)
This commit is contained in:
@ -1842,6 +1842,9 @@
|
||||
object-position: bottom left;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
pointer-events: none;
|
||||
user-drag: none;
|
||||
user-select: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user