Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contacts drop down too short if only one result shown #4744

Closed
MorrisJobke opened this issue May 8, 2017 · 2 comments
Closed

Contacts drop down too short if only one result shown #4744

MorrisJobke opened this issue May 8, 2017 · 2 comments
Labels
3. to review Waiting for reviews bug design Design, UI, UX, etc. feature: contacts menu medium papercut Annoying recurring issue with possibly simple fix.

Comments

@MorrisJobke
Copy link
Member

  • open the contacts drop down
  • search for a term where only one contact is returned
  • open the three dots menu
  • expected: menu is shown properly
  • actual: menu is cut and you need to scroll

bildschirmfoto 2017-05-08 um 12 15 06

cc @georgehrke @ChristophWurst

@MorrisJobke MorrisJobke added bug design Design, UI, UX, etc. papercut Annoying recurring issue with possibly simple fix. labels May 8, 2017
@MorrisJobke MorrisJobke added this to the Nextcloud 12.0 milestone May 8, 2017
@ChristophWurst
Copy link
Member

Caused by the overflow-y:

overflow-y: auto;

I could, however, not fix it. Neither did it help to move the overflow to a parent element (the search input would be scrolled too) nor could I style this with the help of flexbox. I'm a bit clueless here. @nextcloud/designers ideas/recommendations?

jancborchardt added a commit that referenced this issue May 15, 2017
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
@jancborchardt
Copy link
Member

It was actually the height:100% which was missing. :) Pull request at #4889

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug design Design, UI, UX, etc. feature: contacts menu medium papercut Annoying recurring issue with possibly simple fix.
Projects
None yet
Development

No branches or pull requests

3 participants