mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-13 20:31:48 +00:00
user-select: text; for inputs
This commit is contained in:
parent
413ca7d8ca
commit
2fb72ceb03
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue