user-select: text; for inputs

This commit is contained in:
svetlagasheva 2019-01-29 13:33:37 +02:00
parent 413ca7d8ca
commit 2fb72ceb03

View file

@ -59,6 +59,7 @@
user-select: none;
text-decoration: none;
outline: none;
appearance: none;
}
html, body, :global(#app) {
@ -77,6 +78,10 @@ html, body, :global(#app) {
height: 100%;
}
input {
user-select: text;
}
::-webkit-scrollbar {
width: var(--scroll-bar-width);
}