Spaces:
Running
Running
Upload 8 files
Browse files
src/views/InstructorView.js
CHANGED
|
@@ -187,7 +187,7 @@ export async function renderInstructorView() {
|
|
| 187 |
<canvas id="annotation-canvas" class="absolute inset-0 z-10 touch-none cursor-none"></canvas>
|
| 188 |
|
| 189 |
<!-- Custom Tool Cursor -->
|
| 190 |
-
<div id="tool-cursor" class="absolute hidden rounded-full pointer-events-none z-50 transform -translate-x-1/2 -translate-y-1/2
|
| 191 |
</div>
|
| 192 |
</div>
|
| 193 |
|
|
|
|
| 187 |
<canvas id="annotation-canvas" class="absolute inset-0 z-10 touch-none cursor-none"></canvas>
|
| 188 |
|
| 189 |
<!-- Custom Tool Cursor -->
|
| 190 |
+
<div id="tool-cursor" class="absolute hidden rounded-full pointer-events-none z-50 transform -translate-x-1/2 -translate-y-1/2 will-change-transform shadow-sm border border-white/50"></div>
|
| 191 |
</div>
|
| 192 |
</div>
|
| 193 |
|