Skip to content

Commit db7fa3c

Browse files
committed
fix: Properly scroll lists in interactive widgets
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent d8128a0 commit db7fa3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/BoardReferenceWidget.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ export default {
150150
151151
.deck-board-reference-interactive {
152152
width: 100%;
153-
height: 100%;
154-
min-height: min(200px, 100vh);
153+
min-height: min(200px, calc(100vh - 100px));
154+
max-height: calc(100vh - 120px);
155155
&:deep(.controls) {
156156
padding-left: 12px;
157157
}

0 commit comments

Comments
 (0)