1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
.sequence-diagram { .sequence-diagram-sequencer { .asdcs-diagram { overflow: auto; max-height: 60vh; } .asdcs-editor { height: 60vh; } } .sequence-diagram-action-buttons { margin-left: 20px; margin-top: 20px; button:first-of-type { margin-right: 20px; } } }