Skip to content

Commit

Permalink
Position tooltips below the asset
Browse files Browse the repository at this point in the history
This avoids overlapping the thumbnail where possible
  • Loading branch information
acdha committed May 24, 2019
1 parent a07e0cf commit 7e9955f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concordia/static/js/action-app/components.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ export class AssetList extends List {
tooltip.update(asset);
mount(target, tooltip);
popper = new Popper(target, tooltip.el, {
placement: 'left'
placement: 'bottom'
});
}
};
Expand Down

0 comments on commit 7e9955f

Please sign in to comment.