Added scroll events to inner content divs to sync tooltips with page. Including actor heart button on stash page. Fixed stash scene preview title overflow.

This commit is contained in:
DebaucheryLibrarian
2021-03-24 17:17:51 +01:00
parent d5bf253011
commit f47be86df3
9 changed files with 34 additions and 20 deletions

View File

@@ -10,7 +10,10 @@
</h2>
</div>
<div class="content-inner">
<div
class="content-inner"
@scroll="events.emit('scroll', $event)"
>
<div
v-if="description"
class="description header-description"