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

Make insert attachment buttom easy to click #3612

Merged
merged 1 commit into from
Mar 2, 2022

Conversation

luka-nextcloud
Copy link
Contributor

@luka-nextcloud luka-nextcloud commented Feb 28, 2022

Signed-off-by: Luka Trovic luka@nextcloud.com

Summary

TODO

  • ...

Checklist

  • Code is properly formatted
  • Sign-off message is added to all commits
  • Tests (unit, integration, api and/or acceptance) are included
  • Documentation (manuals or wiki) has been updated or is not required

Comment on lines 252 to 255
flex-shrink: 1;
overflow: scroll;
max-height: 50vh;
min-height: 50vh;
Copy link
Member

@juliusknorr juliusknorr Feb 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it might even be better if we just remove any height specification and also the overflow scroll, as currently we have two scrollbars with that:

Removing the overflow also seems to fix the tooltip flickering:

Screenshot 2022-02-28 at 12 49 44

Signed-off-by: Luka Trovic <luka@nextcloud.com>
@luka-nextcloud luka-nextcloud force-pushed the bug/make-insert-attachment-button-clickable branch from 35eeebc to 6040172 Compare March 1, 2022 14:19
@luka-nextcloud luka-nextcloud self-assigned this Mar 1, 2022
@juliusknorr juliusknorr merged commit 5bd6085 into master Mar 2, 2022
@delete-merged-branch delete-merged-branch bot deleted the bug/make-insert-attachment-button-clickable branch March 2, 2022 16:23
@juliusknorr
Copy link
Member

/backport to stable23

@juliusknorr
Copy link
Member

/backport to stable22

@juliusknorr
Copy link
Member

/backport to stable21

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

Successfully merging this pull request may close these issues.

Insert Attachment button is hard to click
2 participants