diff --git a/src/components/card/CardSidebar.vue b/src/components/card/CardSidebar.vue index 5408dff16..a9dc6b8e6 100644 --- a/src/components/card/CardSidebar.vue +++ b/src/components/card/CardSidebar.vue @@ -221,7 +221,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;