for TelerikDropDownList, the suggested workaround has an undesirable behavior... see attached animated gif, hopefully that works since it's hard to describe... upon focus, there is a undesirable full size shadow box shown immediately with transparent body letting the underlying content bleed through, and then the animated list transitions into it.
the following style works better for us... it creates the whitespace which allows the existing native box-shadow styling be visible:
.k-animation-container {Here is a workaround (note that it can affect other animation containers on the page, like dropdowns, calendars, etc.)
.k-animation-container {
box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}
Regards,
Marin Bratanov
Progress Telerik