Skip to content

Commit

Permalink
Merge pull request #14264 from nextcloud/fix/noid/chat-view-styles
Browse files Browse the repository at this point in the history
fix(ChatView): adjust dragover position
  • Loading branch information
DorraJaouad authored Jan 31, 2025
2 parents d769d94 + a06f5f4 commit 765a058
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 765a058

Please sign in to comment.