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 <[email protected]>
  • Loading branch information
juliusknorr committed Mar 1, 2024
1 parent d8128a0 commit db7fa3c
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(200px, calc(100vh - 100px));
max-height: calc(100vh - 120px);
&:deep(.controls) {
padding-left: 12px;
}
Expand Down

0 comments on commit db7fa3c

Please sign in to comment.