move off screen password autofill (#610)

Signed-off-by: Riste <rsamardjiev@playtika.com>
This commit is contained in:
Riste Samardjiev
2022-11-03 11:07:18 +01:00
committed by GitHub
parent 24c944df17
commit f168b45481

View File

@@ -158,6 +158,8 @@ device-screen input {
outline: none;
pointer-events: none;
opacity: 0;
top: -9999px;
left: -9999px;
ime-mode: disabled;
inputmode: verbatim;
}