Restore fetch more by correctly tracking scrolling in the event log

This commit is contained in:
Johannes Zellner
2025-04-11 18:00:20 +02:00
parent a430b66a8d
commit 0b9b0e7f13
2 changed files with 16 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ export default {
</template>
<style scoped>
<style>
.section {
margin-bottom: 30px;
@@ -68,7 +68,6 @@ export default {
position: relative;
margin-bottom: 15px;
padding: 10px 15px;
border-radius: 10px;
padding-bottom: 25px;
}