Fix: Authentication (v2) pages not scrollable when custom scrollbars disabled

This commit is contained in:
Sercan Yemen 2017-11-14 09:35:03 +03:00
parent a1bec98d44
commit 22d9279e3b
4 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,7 @@
}
#forgot-password-form-wrapper {
overflow: auto;
width: 400px;
min-width: 400px;
max-width: 400px;

View File

@ -34,6 +34,7 @@
}
#login-form-wrapper {
overflow: auto;
width: 400px;
min-width: 400px;
max-width: 400px;

View File

@ -34,6 +34,7 @@
}
#register-form-wrapper {
overflow: auto;
width: 400px;
min-width: 400px;
max-width: 400px;

View File

@ -34,6 +34,7 @@
}
#reset-password-form-wrapper {
overflow: auto;
width: 400px;
min-width: 400px;
max-width: 400px;