fix: Properly scroll lists in interactive widgets

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2024-03-01 08:06:20 +01:00
parent d8128a01a2
commit 28f04905a3

View File

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