Skip to content

Commit

Permalink
fix: UI welcome page scroll (#4764)
Browse files Browse the repository at this point in the history
This PR fixes the scroll in welcome page when dataset list is empty
  • Loading branch information
leiyre committed May 2, 2024
1 parent 280b108 commit 0253db0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/pages/datasets/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export default {
}
&__table {
min-height: 0;
overflow: auto;
}
}
</style>

0 comments on commit 0253db0

Please sign in to comment.