Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

Aside scroll not working on angular


Guys I just noticed that on https://preview.keenthemes.com/metronic8/demo3/index.html in the html version, when the items are expanded, if needed a scroll is added, same is not happening on angular version.

Can you help me fixing that ?

Regards,
Felipe


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (4)


Hi Felipe,

Sorry for the delay.

In this file, can you try fix the scrollbar parameters like this?
/angular/demo3/src/app/_metronic/layout/components/aside/aside.component.html


<div
 #ktAsideScroll

 class="w-100 hover-scroll-overlay-y d-flex pe-2"
 data-kt-scroll="true"
 data-kt-scroll-activate="{default: false, lg: true}"
 data-kt-scroll-dependencies="#kt_aside_logo, #kt_aside_footer"
 data-kt-scroll-wrappers="#kt_aside_menu"
 data-kt-scroll-max-height="auto"
data-kt-scroll-offset="150px"
 >



Fixed! Thanks



Hi Felipe,

We will check into this issue and fix it. Thank you.

Best regards,



Looking forward for that.

Thanks


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(