Thursday 19 August 2021

How can I prevent firebase Web UI from scrolling down to the login section automatically?

When a user opens my website, I don't want the site scrolling down to the 'login' section automatically. I think that Firebase is scrolling down to the section when I perform:

var ui = new firebaseui.auth.AuthUI(firebase.auth());
ui.start("#firebaseui-auth-container", uiConfig);

http://launchpad.behavioralsight.com/

How can I prevent it from doing this?



from How can I prevent firebase Web UI from scrolling down to the login section automatically?

No comments:

Post a Comment