Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sidebarHeight (0.07 sec)

  1. src/main/webapp/js/admin/adminlte.min.js.map

    $(window).height(),\n      header: $(SELECTOR_HEADER).outerHeight(),\n      footer: $(SELECTOR_FOOTER).outerHeight()\n    }\n\n    let sidebarHeight = heights.window - heights.header\n\n    if (this._isFooterFixed() && $(SELECTOR_FOOTER).css('position') === 'fixed') {\n      sidebarHeight = heights.window - heights.header - heights.footer\n    }\n\n    $controlSidebar.css('height', sidebarHeight)\n\n    if (typeof $.fn.overlayScrollbars !== 'undefined') {\n      $controlSidebar.overlayScrollbars({\n        className:...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 132.4K bytes
    - Viewed (0)
Back to top