I have a question about cursor setting in css or scss file how can I set a cursor top of the other cursor.
short description:
<div (click)="fun1">
in this div class="cursor: point"
<div class="cursor: point" (click)="fun2">
</div>
<div>
as you see in the description. how should I see the second cursor over top on the cursor 1.