fixes the issue where hovering on top of the download logs button seems to introduce vertical scroll
This commit is contained in:
parent
a1435b3268
commit
ce013d72d8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue