Skip to content

Commit 5880952

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

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
@@ -147,8 +147,8 @@ export default {
147147
148148
.deck-board-reference-interactive {
149149
width: 100%;
150-
height: 100%;
151-
min-height: min(200px, 100vh);
150+
min-height: min(200px, calc(100vh - 100px));
151+
max-height: calc(100vh - 120px);
152152
&:deep(.controls) {
153153
padding-left: 12px;
154154
}

0 commit comments

Comments
 (0)