-1

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.

user1938143
  • 1,022
  • 2
  • 22
  • 46
  • No idea what you are actually trying to ask here. _"in this div class="cursor: point""_ - I doubt that you are actually using `cursor:` and `point` as _class names_ ...? Please focus a bit, and give us a _proper_ explanation of what the problem is. And go read [ask] and [mre], if you have not done that yet. – CBroe Aug 08 '23 at 13:26

0 Answers0