Improve tooltip position in block overview on mobile
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
class="block-overview-tooltip"
|
||||
[class.clickable]="clickable"
|
||||
[style.visibility]="tx ? 'visible' : 'hidden'"
|
||||
[style.left]="tooltipPosition.x + 'px'"
|
||||
[style.left]="getTooltipLeftPosition()"
|
||||
[style.top]="tooltipPosition.y + 'px'"
|
||||
>
|
||||
<table class="table-fixed">
|
||||
|
||||
Reference in New Issue
Block a user