Scroll Height Fix
If you have sticky header in your website you can execute the below JS to fix the scroll height when using pagination and other scroll elements within U-KOMI.
Code required to fix the scroll height:
<script>
jQuery(function($){
$('MENU_ELEMENT').addClass('sticky-container');
});
</script>
"MENU_ELEMENT" should be the class or id of the sticky header (you can use either a .class or #id)
If you have sticky header in your website you can execute the below JS to fix the scroll height when using pagination and other scroll elements within U-KOMI.
Code required to fix the scroll height:
<script>
jQuery(function($){
$('MENU_ELEMENT').addClass('sticky-container');
});
</script>
"MENU_ELEMENT" should be the class or id of the sticky header (you can use either a .class or #id)
Updated on: 03 / 12 / 2019