startbootstrap-sb-admin-2 icon indicating copy to clipboard operation
startbootstrap-sb-admin-2 copied to clipboard

Sidebar toggle issue on mobile

Open vuenos opened this issue 3 years ago • 1 comments

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>

vuenos avatar Oct 15 '21 06:10 vuenos

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

saraiva1989 avatar Oct 23 '21 22:10 saraiva1989