You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to open the navbar on one of the Example pages, (e.g. Login page), gives this error: "Uncaught TypeError: Cannot read property 'scrollHeight' of undefined"
Until the next update when we'll fix this issue, we recommend to make the following changes:
in the light-bootstrap-dashboard.js change the toggler initialization with this one: js.docx
in the responsive.scss file make this changes: scss.docx
also, you have to set the class bootstrap-navabar for the navbar-collapse div
Hope these informations helps you.
Best, Stefan
The text was updated successfully, but these errors were encountered:
Thanks for the fixed. I try to follow your instructions but I just get an overlay but I didn't see the menu.
By the way, I don't have responsive.scss file. Did I miss out something?
If you try to open the navbar on one of the Example pages, (e.g. Login page), gives this error: "Uncaught TypeError: Cannot read property 'scrollHeight' of undefined"
Until the next update when we'll fix this issue, we recommend to make the following changes:
in the
light-bootstrap-dashboard.js
change the toggler initialization with this one:js.docx
in the
responsive.scss
file make this changes:scss.docx
also, you have to set the class
bootstrap-navabar
for thenavbar-collapse
divHope these informations helps you.
Best, Stefan
The text was updated successfully, but these errors were encountered: