Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
Fixed too wide selector for the popovermenu
Browse files Browse the repository at this point in the history
This was interfering with some other menus on the nextcloud app.
  • Loading branch information
skjnldsv committed Nov 10, 2017
1 parent c41dff2 commit 856e92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/vendor/nextcloud/share.js
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@ $(document).ready(function () {
}
});

$(document).on('click', '.icon-more', function(event) {
$(document).on('click', '#dropdown .icon-more', function(event) {
event.preventDefault();
event.stopPropagation();

Expand Down

0 comments on commit 856e92e

Please sign in to comment.