Fix hover text alignment issue

This commit is contained in:
Ajay
2022-12-11 12:04:31 -05:00
parent bd3cdb98ac
commit e5794e6685

View File

@@ -171,6 +171,8 @@ class PreviewBar {
// To prevent offset issue
this.categoryTooltip.style.right = titleTooltip.style.right;
this.chapterTooltip.style.right = titleTooltip.style.right;
this.categoryTooltip.style.textAlign = titleTooltip.style.textAlign;
this.chapterTooltip.style.textAlign = titleTooltip.style.textAlign;
}
});