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
|
if @intro
|
||||||
$intro = @$el.find('.intro-doc')
|
$intro = @$el.find('.intro-doc')
|
||||||
$intro.css height: minHeight - $intro.offset().top - @$el.find('.progress-or-start-container').outerHeight() - 30 - 20
|
$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) ->
|
unveilWings: (duration) ->
|
||||||
@playSound 'loading-view-unveil', 0.5
|
@playSound 'loading-view-unveil', 0.5
|
||||||
|
|
Reference in a new issue