fix: page jump switching b/w logon & register (#393)

fix page jump when switching between login and register tabs due to scrollbar.

VAN-574
This commit is contained in:
Mubbshar Anwar
2021-07-14 11:23:24 +05:00
committed by Waheed Ahmed
parent fde7b6b193
commit 94d84aa2bd

View File

@@ -717,3 +717,10 @@ select.form-control {
margin-bottom: 0;
}
}
@media screen and (min-width: 960px) {
html {
margin-right: calc(100% - 100vw);
margin-left: 0;
}
}