Skip to content

will-e-yams/yams.scrollingPanels.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Scrolling Panels

automatically resize oversized containers to the height of the screen and scroll the contents

  • auto-sizes containers within 25px of the bottom of viewport (customizable with option.offsetBottom)
  • sets padding-right of the container to 10px to account for scrollbar (customizable with option.scrollbarPadding)
  • resizes anytime the viewport is resized
  • works with Bootstrap tabs content

Requires

  • jQuery

Usage

Note: requires jQuery

<script type="text/javascript">
	$(function() {
		$('.scrolling-panels').scrollingPanel();
	})
</script>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published