Skip to content

Commit

Permalink
Merge pull request #20 from Arzte/search-overflow-scroll
Browse files Browse the repository at this point in the history
Overflow with scrollbar in search
  • Loading branch information
ltouroumov committed Jul 29, 2024
2 parents 7300ca0 + 5bf6d99 commit c792365
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/viewer/modal/SearchModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,12 @@ const preview = (obj: ProjectObj, row: ProjectRow) => {
align-items: stretch;
justify-content: stretch;
overflow: auto;
.project-obj {
overflow-y: scroll;
}
.project-obj-content {
overflow: unset;
}
}
.result-group {
Expand Down

0 comments on commit c792365

Please sign in to comment.