startbootstrap-sb-admin-2
startbootstrap-sb-admin-2 copied to clipboard
Sidebar toggle issue on mobile
HI, there Thanks for the awesome theme. I found one problem. I found that when I click the sidebar on mobile, the screen refreshes. So I fixed it by modifying the code as below.
Deleted form tag.
<form class="form-inline">
<button id="sidebarToggleTop" class="btn btn-link d-md-none rounded-circle mr-3">
<i class="fa fa-bars"></i>
</button>
</form>
-->
<button id="sidebarToggleTop" class="btn btn-link d-md-none rounded-circle mr-3">
<i class="fa fa-bars"></i>
</button>
I believe this issue can be closed.
I did the test according to the video below and apparently it is working correctly.
https://user-images.githubusercontent.com/40599423/138573280-2652ef42-5ed2-4d6a-afe7-579c355acbba.MP4