我能够拖放该元素,但是我的问题是,被拖动的元素仅在特定的div标签中可见,这可能是由于自动滚动以及如何解决该问题。请帮助我。我需要在该区域自动滚动。
<div align="center" style="overflow: auto; height:465px; width: 100%;" class="">
<ul style="list-style-type:none;text-align: center" draggable="true" value="" class=""
draggable="true" ondragstart="drag(event)" id="drag" *ngFor="let item of List ">
<li>{{tem}}</li>
</ul>
<div>