Not recognized by chromium

This commit is contained in:
Markus Olsson 2023-11-02 09:31:04 +01:00
parent 670b638619
commit d0ffc861ba

View file

@ -62,14 +62,12 @@ body {
&,
&::after,
&::before {
-webkit-user-select: none;
user-select: none;
cursor: default;
}
}
.selectable-text {
-webkit-user-select: text;
user-select: text;
cursor: auto;
}