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:
committed by
Waheed Ahmed
parent
fde7b6b193
commit
94d84aa2bd
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user