diff --git a/src/App/styles.less b/src/App/styles.less index 57aea9d36..960b30bf9 100644 --- a/src/App/styles.less +++ b/src/App/styles.less @@ -79,10 +79,14 @@ html, body, :global(#app) { height: 100%; } - input { + input[type="email"], input[type="password"], input[type="text"] { user-select: text; } + input::-moz-focus-inner { + border: 0; + } + ::-webkit-scrollbar { width: var(--scroll-bar-width); }