Add prevent select helper to stop highlighting UI elements on drag with touch devices
This commit is contained in:
@@ -13,3 +13,7 @@ html {
|
||||
input[type="checkbox"]:disabled ~ svg {
|
||||
opacity: 0.1;
|
||||
}
|
||||
|
||||
.no-select div {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user