commit 1c590938e38cdd0800c9a0dd5af22bc39bd28b3f parent 93fbddddafdd34cb416b24d39cab2b7456107f3b Author: Hunter Date: Tue, 21 Oct 2025 23:49:59 -0400 fix flickering corner handles during resize Diffstat:
| M | style.css | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/style.css b/style.css @@ -241,7 +241,8 @@ body.dragging * { z-index: 2; } -.image-container:hover .resize-handle { +.image-container:hover .resize-handle, +.image-container.resizing .resize-handle { opacity: 1; }