Is there anyway to overwrite the default styles for this class? I have a stylesheet which includes
.k-animation-container {
width: 500px;
max-height: 50%;
overflow: scroll;
}
but it is overwritten by something inside Kendo.
I need my validation lists in my spreadsheet to be wider, and it's not possible if the container element has its width set by something inside the Kendo framework.
Thanks!