UI height customization of Lock

I want to set the lock widget to 60% height, since right now the login button is too low to see in some cases. I tried adding document.getElementsByClassName(‘auth0-lock-widget’).style.height=“50%”; to the options of the Lock, but it’s simply breaking the preview tab. Is there a way to do this?

Hi there @eathren,

Have you had any luck modifying the popup options as discussed here in the documentation below? Thanks!

https://auth0.com/docs/libraries/lock/v11/configuration

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.