Skip to content

Commit

Permalink
fix: Properly scroll lists in interactive widgets
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Mar 5, 2024
1 parent d8128a0 commit 28f0490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/BoardReferenceWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ export default {
.deck-board-reference-interactive {
width: 100%;
height: 100%;
min-height: min(200px, 100vh);
min-height: min(50vh, calc(100vh - 100px));
max-height: calc(100vh - 120px);
&:deep(.controls) {
padding-left: 12px;
}
Expand Down

0 comments on commit 28f0490

Please sign in to comment.