mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Always shows level intro doc scrollbars
This commit is contained in:
parent
457b9d0dbf
commit
a8eaa79db3
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ module.exports = class LevelLoadingView extends CocoView
|
|||
if @intro
|
||||
$intro = @$el.find('.intro-doc')
|
||||
$intro.css height: minHeight - $intro.offset().top - @$el.find('.progress-or-start-container').outerHeight() - 30 - 20
|
||||
$intro.find('.nano').nanoScroller alwaysVisible: true
|
||||
_.defer -> $intro.find('.nano').nanoScroller alwaysVisible: true
|
||||
|
||||
unveilWings: (duration) ->
|
||||
@playSound 'loading-view-unveil', 0.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue