Fix end-of-list banner issues in P/E/T [SCI-8126]

This commit is contained in:
sboursen-scinote 2023-08-01 09:45:49 +02:00
parent 1c9bd53ff9
commit 8cca2c595f
2 changed files with 2 additions and 2 deletions

View file

@ -1113,7 +1113,7 @@ li.module-hover {
}
.archived-date-cell {
z-index: 2;
z-index: 1;
.value {
color: $color-black;

View file

@ -24,7 +24,7 @@
&.no-results {
.no-results-container {
grid-column: 1 / -1;
grid-row: 8;
grid-row: 4;
}
.no-results-img {