There was an error while loading. Please reload this page.
1 parent 729d78d commit 9a66d68Copy full SHA for 9a66d68
1 file changed
client/login/wp-login/style.scss
@@ -9,6 +9,11 @@
9
10
$image-height: 47px;
11
12
+/* Disable zoom on touch devices – this can cause login issues for apps */
13
+body.is-section-login {
14
+ touch-action: pan-x pan-y;
15
+}
16
+
17
.layout.is-section-login {
18
position: relative;
19
min-height: 100%; // Needed for any screen not yet using a StepContainerV2 wireframe (e.g. magic login).
0 commit comments