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.
set scrol bar...
.dropdown{ height: 60px; max-height: 60px; overflow-y: scroll; }
Comments
Post a Comment