Sha256: d6e0654a7bc750eced86bdb4a28ae161b93645f00a2a1e965065a79bf67e127d

Contents?: true

Size: 378 Bytes

Versions: 5

Compression:

Stored size: 378 Bytes

Contents

setLayoutHeight = ->
  $('#content.with-sidebar').css('min-height', $('#side').prop('scrollHeight') - $('#main').height() - 48)
  $('#side').css('max-height', $(window).height()).affix('checkPosition')

$ ->
  $('#side').affix
    offset:
      top: ->
        this.top = $('.navbar').outerHeight(true)
  setLayoutHeight()

$(window).on 'load resize', (e) ->
  setLayoutHeight()

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
smithycms-0.8.1 app/assets/javascripts/smithy/layout.coffee
smithycms-0.7.3 app/assets/javascripts/smithy/layout.coffee
smithycms-0.7.2 app/assets/javascripts/smithy/layout.coffee
smithycms-0.7.1 app/assets/javascripts/smithy/layout.coffee
smithycms-0.7.0 app/assets/javascripts/smithy/layout.coffee