Added WP boob filter to actors page.

This commit is contained in:
DebaucheryLibrarian
2021-02-28 03:38:54 +01:00
parent 46a3906bde
commit eca24a7c65
10 changed files with 504 additions and 45 deletions

View File

@@ -14,6 +14,7 @@
ref="tooltip"
class="tooltip-wrapper"
:style="{ transform: `translate3d(${tooltipX}px, ${tooltipY}px, 0)` }"
@click.stop
>
<div class="tooltip-inner">
<div class="tooltip">
@@ -114,6 +115,10 @@ function mounted() {
this.events.on('resize', () => {
this.calculate();
});
this.events.on('scroll', () => {
this.calculate();
});
}
export default {