diff --git a/src/components/card/CardSidebar.vue b/src/components/card/CardSidebar.vue index b14f7000f..6b31ab393 100644 --- a/src/components/card/CardSidebar.vue +++ b/src/components/card/CardSidebar.vue @@ -225,7 +225,7 @@ section.app-sidebar__tab--active { right: 0; max-width: calc(100% - #{$modal-padding * 2}); padding: 0 14px; - height: auto; + height: 100%; overflow: initial; user-select: text; -webkit-user-select: text;