Do not leak eventlog through the section body padding
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user