fix: Properly scroll lists in interactive widgets
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -150,8 +150,8 @@ export default {
|
|||||||
|
|
||||||
.deck-board-reference-interactive {
|
.deck-board-reference-interactive {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
min-height: min(50vh, calc(100vh - 100px));
|
||||||
min-height: min(200px, 100vh);
|
max-height: calc(100vh - 120px);
|
||||||
&:deep(.controls) {
|
&:deep(.controls) {
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user