ohmjs / ohm-editor

An IDE for the Ohm language (JavaScript edition)
MIT License
96 stars 18 forks source link

Editor scroll bar overlaps GitHub login box #17

Closed pdubroy closed 7 years ago

pdubroy commented 7 years ago

I discovered this by accident today...if the grammar is long enough for a scroll bar to appear, then when the GitHub login box appears, it is (for some weird reason) rendered above the login box:

screen shot 2017-01-10 at 5 22 51 pm

Marko, can you take a look?

mroeder commented 7 years ago

This bar should generally not be visible and somehow Chrome is buggy and showing it sometimes. However, I will try to get the prompt above all.

mroeder commented 7 years ago

Set the z-index to the highest currently used. That solve the problem if I have "always show scrollbars" on.