Skip to content

Commit

Permalink
feat: make import result header stick to top when scrolling list (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
catalan-adobe authored Feb 2, 2023
1 parent 77bc3f3 commit 2a0df45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/import/import.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@
width: 100%;
}

.import #import-result {
height: calc(100vh - 212px);
.import #import-result ul {
height: calc(100vh - 250px);
overflow-y: auto;
}

Expand Down

0 comments on commit 2a0df45

Please sign in to comment.