mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-01 21:32:35 +02:00
Disable user selection on the rectangles
This commit is contained in:
@@ -58,6 +58,10 @@ svg .clickable-group.done[data-group-id^='check:'] rect {
|
|||||||
stroke: gray;
|
stroke: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.clickable-group rect {
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
/************************************
|
/************************************
|
||||||
Aspect ratio implementation
|
Aspect ratio implementation
|
||||||
*************************************/
|
*************************************/
|
||||||
|
Reference in New Issue
Block a user