zhangheng
Results
3
comments of
zhangheng
ng-sortable.css z-index is 9999 ``` .as-sortable-drag { position: absolute; pointer-events: none; z-index: 9999; } ``` I resolve this issue add a style override it ``` .as-sortable-drag { z-index: 20000 !important;...
I am also having the same problem too!
:+1: