diff --git a/src/App.vue b/src/App.vue index cfeb3309e..920bf4a3f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -194,4 +194,10 @@ export default { width: 100%; } + .modal__card { + height: 100vh; + max-height: calc(100vh - 120px); + overflow: auto; + } + diff --git a/src/components/card/CardSidebar.vue b/src/components/card/CardSidebar.vue index 9f94c018f..6b4988cca 100644 --- a/src/components/card/CardSidebar.vue +++ b/src/components/card/CardSidebar.vue @@ -235,7 +235,7 @@ section.app-sidebar__tab--active { right: 0; max-width: calc(100% - #{$modal-padding * 2}); padding: 0 14px; - max-height: 100%; + height: auto; overflow: initial; user-select: text; -webkit-user-select: text;