forked from DebaucheryLibrarian/traxxx
Improved actor filter layout and behavior.
This commit is contained in:
@@ -71,7 +71,7 @@ async function calculate() {
|
||||
|
||||
const { tooltipX, arrowOffset } = this.getX(triggerBoundary, tooltipBoundary);
|
||||
|
||||
this.tooltipY = triggerBoundary.top + triggerBoundary.height;
|
||||
this.tooltipY = triggerBoundary.top + triggerBoundary.height + 5;
|
||||
this.tooltipX = tooltipX;
|
||||
this.arrowOffset = arrowOffset;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user