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

Prevent share recipient container from exceeding its height #8814

Merged
merged 1 commit into from
Apr 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions changelog/unreleased/bugfix-share-recipient-container-exceed
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Share recipient container exceed

The share recipient container now shows a vertical scroll bar when the users would exceed the container height.

https://github.com/owncloud/web/pull/8814
https://github.com/owncloud/web/issues/8811
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ export default defineComponent({
margin: 0;
max-width: 100%;
outline: none;
overflow: visible;
padding: 2px;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
Expand Down