fixes the issue where hovering on top of the download logs button seems to introduce vertical scroll

This commit is contained in:
luciash 2016-05-03 16:38:14 +02:00
parent a1435b3268
commit ce013d72d8
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@
<span data-i18n="settings.followMe"></span>
</label>
</div>
<a id="downloadlog" data-container="body" data-toggle="popover" data-placement="right" data-i18n="[data-content]downloadlogs" ><i class="fa fa-cloud-download"></i></a>
<a id="downloadlog" data-container="body" data-toggle="popover" data-placement="top" data-i18n="[data-content]downloadlogs" ><i class="fa fa-cloud-download"></i></a>
</div>
<div id="feedbackButtonDiv">
<a id="feedbackButton" data-container="body" data-toggle="popover" data-placement="right" data-i18n="[data-content]feedback"><i class="fa fa-heart"></i></a>