style: refs #8110 #8110 remove sticky

This commit is contained in:
Javier Segarra 2024-10-18 11:10:54 +02:00
parent 67fc3b1e4a
commit dc814ac09b
2 changed files with 1 additions and 25 deletions

View File

@ -288,27 +288,3 @@ input::-webkit-inner-spin-button {
color: $info;
}
}
.table-header-sticky {
max-height: 90vh;
.q-table__top,
.q-table__bottom,
thead {
tr th {
position: sticky;
z-index: 1;
}
tr:last-child th {
top: 48px;
}
tr:first-child th {
background-color: var(--vn-section-color);
top: 0;
}
}
tbody {
scroll-margin-top: 48px;
}
}

View File

@ -257,7 +257,7 @@ watch(
<QTable
:rows="rows"
:columns="columns"
class="full-width q-mt-md table-header-sticky"
class="full-width q-mt-md"
:no-data-label="t('globals.noResults')"
:loading="loading"
virtual-scroll