Skip to content

Commit

Permalink
Fix overflow in checklist node detailpane
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmeister committed Sep 29, 2024
1 parent 8e3b865 commit e1c86e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/src/components/dialog/DialogBottomSheet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,12 @@ export default {
.error-area:empty {
display: none;
}
:deep(.ec-dialog-form.v-bottom-sheet.v-dialog) {
overflow-y: auto;
}
.ec-dialog-toolbar {
position: sticky;
z-index: 10;
top: 0;
}
</style>

0 comments on commit e1c86e3

Please sign in to comment.