diff --git a/src/App.vue b/src/App.vue index 31b5b7ca9..fbfa0eb0c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -192,4 +192,10 @@ export default { width: 100%; } + .modal__card { + height: 100vh; + max-height: calc(100vh - 120px); + overflow: auto; + } + diff --git a/src/components/ActivityEntry.vue b/src/components/ActivityEntry.vue index 211ffb208..3c6ee6902 100644 --- a/src/components/ActivityEntry.vue +++ b/src/components/ActivityEntry.vue @@ -25,7 +25,7 @@