fix: Set fixed height for card modal (fix #4296)

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2023-11-12 12:20:21 +01:00
parent 8eb2f48d85
commit 587b44f7b9
2 changed files with 7 additions and 1 deletions

View File

@@ -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;