fix to focus state styling issue

This commit is contained in:
Kroell 2023-01-12 09:23:29 -05:00
parent dea1184316
commit 58ffba52e8

View file

@ -167,6 +167,7 @@ input {
opacity: 0;
height: 0.1px; // NOTE: cannot be zero or Safari can't put focus on it
width: 0;
position: absolute; // to fix focus styling issue (SSR-212)
}
@supports (-moz-appearance: none) {