Jak pozwolić na kopiowanie tekstu w jońskim elemencie wejściowym
Add the following code to your variable.scss file:
* {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
Mlifonza