diff --git a/src/App/styles.less b/src/App/styles.less index da0ea8c21..9ab13c600 100644 --- a/src/App/styles.less +++ b/src/App/styles.less @@ -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); }