Do not leak eventlog through the section body padding

This commit is contained in:
Johannes Zellner
2025-09-24 14:02:14 +02:00
parent 0a7d903dd6
commit e96ada8c2e

View File

@@ -168,7 +168,7 @@ onUnmounted(() => {
<Button tool secondary @click="onRefresh()" :loading="refreshBusy" icon="fa-solid fa-sync-alt" />
</div>
</h1>
<div class="section-body" style="overflow: auto; padding-top: 10px" @scroll="onScroll">
<div class="section-body" style="overflow: auto; margin-top: 10px; padding-top: 0px" @scroll="onScroll">
<table class="eventlog-table">
<thead>
<tr>