1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 03:59:54 +02:00

Disable user selection on the rectangles

This commit is contained in:
Kamran Ahmed
2023-01-24 20:02:08 +04:00
parent 102ccc6a6b
commit 43260ff14f

View File

@@ -58,6 +58,10 @@ svg .clickable-group.done[data-group-id^='check:'] rect {
stroke: gray;
}
.clickable-group rect {
user-select: none;
}
/************************************
Aspect ratio implementation
*************************************/