Skip to content

Commit

Permalink
Merge pull request #14265 from nextcloud/backport/14264/stable31
Browse files Browse the repository at this point in the history
[stable31] fix(ChatView): adjust dragover position
  • Loading branch information
DorraJaouad authored Jan 31, 2025
2 parents 2c1e43e + 699e18e commit 1e110f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/ChatView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@ export default {

.messages-list-dragover-wrapper {
position: relative;
width: 100%;
height: 100%;
flex: 1 0;
display: flex;
min-height: 0;
}
Expand Down

0 comments on commit 1e110f0

Please sign in to comment.