diff --git a/src/components/AppNavigation/CalendarList/Trashbin.vue b/src/components/AppNavigation/CalendarList/Trashbin.vue index 3b60de962..6beb4e74f 100644 --- a/src/components/AppNavigation/CalendarList/Trashbin.vue +++ b/src/components/AppNavigation/CalendarList/Trashbin.vue @@ -236,6 +236,10 @@ export default { max-width: 40vw; margin: 2vw; } +::v-deep .modal-wrapper .modal-container { + overflow-y: auto; + overflow-x: auto; +} table { width: 100%; }