Fixed style reversion for page loading bar showing over code area.

This commit is contained in:
Nick Winter 2015-04-07 08:55:33 -07:00
parent f1d14d5bcb
commit c1ec1611ad

View file

@ -154,7 +154,7 @@ module.exports = class SpellListTabEntryView extends SpellListEntryView
break
$codearea = $('#code-area')
$codearea.on transitionListener, =>
$codearea.css 'z-index', 1 unless $('html').hasClass 'fullscreen-editor'
$codearea.css 'z-index', 2 unless $('html').hasClass 'fullscreen-editor'
destroy: ->