Answer the question
In order to leave comments, you need to log in
How to fix sidebar error on page using admin-lte3?
There are pages using admin-lte3 (the front is built with webpack). index.js
I imported everything necessary to the entry point :
import $ from 'jquery'
import popper from 'popper.js';
import bootstrap from 'bootstrap';
import '../node_modules/admin-lte/dist/js/adminlte.min.js'
import './scss/style.scss';
<li class="nav-item">
<a class="nav-link" data-widget="pushmenu" href="#" role="button"><i class="fas fa-bars"></i></a>
</li>
Answer the question
In order to leave comments, you need to log in
Should be removed from the code <div id="sidebar-overlay">
since this element is added automatically when the sidebar is initialized
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question