Skip to content

Commit

Permalink
feat(app): set fixed height for dropdown-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kritish-dhaubanjar committed Oct 19, 2023
1 parent 183d669 commit 59c6500
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/views/table/RestoreTables.vue
Original file line number Diff line number Diff line change
Expand Up @@ -537,4 +537,10 @@
.checkbox-container {
width: 36px;
}
.dropdown-menu {
max-height: 512px;
overflow-y: scroll;
overflow-x: hidden;
}
</style>

0 comments on commit 59c6500

Please sign in to comment.