ceylon-lang.org
ceylon-lang.org copied to clipboard
z-index 1002 is too aggressive for try button popup
The code editor winds up in front of the spinner when you press Run.
just get rid of position: relative on .CodeMirror and .CodeMirror-scroll
You mean the lines commented:
/* Necessary so the scrollbar can be absolutely positioned within the wrapper on Lion. */
And:
/* This is needed to prevent an IE[67] bug where the scrolled content
is visible outside of the scrolling box. */
Pick your poison ;)