You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a visual bug in the pools graph that appears to cause the name of a pool to not show up unless you mouse over it. Bitcoin India here being the one with the issue.
With mouseover:
Without:
This appears to be caused by the position of the pool tooltip being offscreen:
See translate(0,-9999) in the highlighted code in the inspector as being the likely cause.
The text was updated successfully, but these errors were encountered:
There's a visual bug in the pools graph that appears to cause the name of a pool to not show up unless you mouse over it. Bitcoin India here being the one with the issue.
With mouseover:
Without:
This appears to be caused by the position of the pool tooltip being offscreen:
See translate(0,-9999) in the highlighted code in the inspector as being the likely cause.
There's a visual bug in the pools graph that appears to cause the name of a pool to not show up unless you mouse over it. Bitcoin India here being the one with the issue.
With mouseover:
Without:
This appears to be caused by the position of the pool tooltip being offscreen:
See
translate(0,-9999)
in the highlighted code in the inspector as being the likely cause.The text was updated successfully, but these errors were encountered: