Visual Console Refactor: changed the ability to select items

Former-commit-id: 557102fb8b9b4f3a756572705478f12234b512e2
This commit is contained in:
Alejandro Gallardo Escobar 2019-04-24 12:42:32 +02:00
parent dcdb8c3aa9
commit f24a435fac
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@
flex-direction: initial; flex-direction: initial;
justify-items: center; justify-items: center;
align-items: center; align-items: center;
user-select: none; user-select: text;
} }