Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

dropdown is not scroll with selection using keyboard #39

Open
chiragsatapara opened this issue Nov 21, 2016 · 0 comments
Open

dropdown is not scroll with selection using keyboard #39

chiragsatapara opened this issue Nov 21, 2016 · 0 comments

Comments

@chiragsatapara
Copy link

chiragsatapara commented Nov 21, 2016

I add below css into the code and put a scroll bar. when i select using a keyboard and on down , when i read to the next element but scrollbar is not automatic down , i have to down using mouse then i can see the selected option in to the dropdown. see screenshot.

.dropdown {
  position: absolute;
  top: 100%;
  min-width: 150px;
  right: 0;
  max-height: 300px;
  overflow: auto; 
  background: lightblue;
  list-style: none;
  padding: 0;
  margin: 0; }

1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant