1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-25 00:21:28 +02:00

Disable user selection on the rectangles

This commit is contained in:
Kamran Ahmed
2023-01-24 20:02:08 +04:00
parent 516c5fac3a
commit 3e56e83ece

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
*************************************/