Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sidebar toggle issue on mobile #407

Open
vuenos opened this issue Oct 15, 2021 · 1 comment
Open

Sidebar toggle issue on mobile #407

vuenos opened this issue Oct 15, 2021 · 1 comment

Comments

@vuenos
Copy link

vuenos commented Oct 15, 2021

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>
@saraiva1989
Copy link

I believe this issue can be closed.

I did the test according to the video below and apparently it is working correctly.

RPReplay_Final1635027353.MP4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants