From 36855444e790338f11fd30bc3de8a5e689bcd2be Mon Sep 17 00:00:00 2001 From: greta Date: Wed, 21 Jul 2021 11:41:50 +0200 Subject: [PATCH] Fix scrolling for trashbin Signed-off-by: greta --- src/components/AppNavigation/CalendarList/Trashbin.vue | 4 ++++ 1 file changed, 4 insertions(+) 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%; }