html - Chrome login auto dropdown is too big -


i have strange problem google chrome's autocomplete on login page on website. when there many logins, login/emails dropdown big, overlaps windows start menu.

i don't want turn autocomplete off. if there way make smaller or scrollbar. possible?

i searching web solution , strangely haven't found similar question. questions disabling autocompletes or autocompletion of search results. nothing start-menu-overlapping big logins autocomplete list.

edit

no custom javascript widget used here. default chrome's autocomplete mechanism.

strange autocomplete behavior

set scrol bar...

.dropdown{ height: 60px; max-height: 60px; overflow-y: scroll; } 

Comments

Popular posts from this blog

javascript - IndexedDB error: Uncaught DataCloneError: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned -

java - Unable to make sub reports with Jasper -

Integrity error when loading fixtures for Selenium testing in Django -