mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-25 00:03:27 +08:00
Fix end-of-list banner issues in P/E/T [SCI-8126]
This commit is contained in:
parent
1c9bd53ff9
commit
8cca2c595f
2 changed files with 2 additions and 2 deletions
|
@ -1113,7 +1113,7 @@ li.module-hover {
|
|||
}
|
||||
|
||||
.archived-date-cell {
|
||||
z-index: 2;
|
||||
z-index: 1;
|
||||
|
||||
.value {
|
||||
color: $color-black;
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
&.no-results {
|
||||
.no-results-container {
|
||||
grid-column: 1 / -1;
|
||||
grid-row: 8;
|
||||
grid-row: 4;
|
||||
}
|
||||
|
||||
.no-results-img {
|
||||
|
|
Loading…
Reference in a new issue