28.02.2022, 11:24
Try adding this to Custom CSS:
Code:
.flotr-legend {
overflow-x: hidden;
overflow-y: auto;
max-height: 80%;
}
.flotr-legend-label {
white-space: nowrap;
}