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 {
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user