ceylon-lang.org icon indicating copy to clipboard operation
ceylon-lang.org copied to clipboard

z-index 1002 is too aggressive for try button popup

Open gavinking opened this issue 12 years ago • 3 comments

The code editor winds up in front of the spinner when you press Run.

gavinking avatar Mar 20 '13 15:03 gavinking

just get rid of position: relative on .CodeMirror and .CodeMirror-scroll

FroMage avatar Mar 20 '13 15:03 FroMage

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. */

gavinking avatar Mar 20 '13 16:03 gavinking

Pick your poison ;)

FroMage avatar Mar 20 '13 19:03 FroMage