Skip to content

Commit

Permalink
Fix scroll bars everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
ltouroumov committed Sep 1, 2024
1 parent 9888508 commit bcc6dd4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions components/viewer/modal/SearchModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,12 @@ const preview = (obj: ProjectObj, row: ProjectRow) => {
</style>
<style lang="scss">
.project-obj {
overflow-y: scroll;
}
.project-obj .project-obj-content {
overflow: unset;
.search-modal .result-group {
.project-obj {
overflow-y: scroll;
}
.project-obj .project-obj-content {
overflow: unset;
}
}
</style>

0 comments on commit bcc6dd4

Please sign in to comment.