The dropdown to select the language for the a code snippet does not work correctly for a few days.
Seems there is a problem withe z-index of the dropdown results, setting the z-index higher and it displays again:
.select2-drop {
z-index: 99999;
}
I am facing this issue in Chrome.