Hi
I want to report a bug in html demo 51.
Go to the App->eCommerce->Catalog->Products and try to change number, from 10 to 25, of the products in the table, which is in the bottom of the table. You will see that is not possible. Also you can not check the products which are in the bottom of the table.
Thanks a lot.
Hi,
You are most welcome!
The fix is released and you can download it from Metronic Downloads. We will update the Themeforest package shortly.
Regards
Hi,
Thank you for informing us this. We will check this bug and fix it as soon as possible.
If you need a quick fix please let us know and we will provide you the quick fix shortly.
Regards.
Hi,
You can fix this issue by changing the sidebar mini nav code as shown below:
<!--begin::Wrapper-->
<div class="hover-scroll-overlay-y me-lg-4 mb-5"
data-kt-sticky="true"
data-kt-sticky-name="app-sidebar-menu-sticky"
data-kt-sticky-offset="{default: false, xl: "400px"}"
data-kt-sticky-release="#kt_app_stats"
data-kt-sticky-width="70px"
data-kt-sticky-left="auto"
data-kt-sticky-top="100px"
data-kt-sticky-animation="false"
data-kt-sticky-zindex="95"
data-kt-scroll="true"
data-kt-scroll-activate="{default: false, lg: true}"
data-kt-scroll-height="auto"
data-kt-scroll-dependencies="#kt_app_header, #kt_app_footer"
data-kt-scroll-wrappers="#kt_app_sidebar_nav"
data-kt-scroll-offset="0px"
>
...
</div>
<!--end::Wrapper-->