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:
@@ -58,6 +58,10 @@ svg .clickable-group.done[data-group-id^='check:'] rect {
|
||||
stroke: gray;
|
||||
}
|
||||
|
||||
.clickable-group rect {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/************************************
|
||||
Aspect ratio implementation
|
||||
*************************************/
|
||||
|
Reference in New Issue
Block a user