-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 doesn't render correctly in some mobile browsers #6176
Comments
@mdogancay Can you please create an minimal reproduction of both issues on CodeSandbox or CodePen. |
|
I tested the footer issue and its fixed with the PR. I can test the other issue only when the new version is released (in my project). Thank you so much guys! Your are the best. Cheers! |
@mdogancay You can actually test it right now when you install
|
@jackmu95; Thank you so much guys! Your are the best. Cheers! |
I tested with some samsung phones with samsung mobile browser (Chrome based).
First of, sidebar-body size rendering smaller than desktop browsers on mobile browsers so some of the content
not visible on the mobile browser.
Screen shoot on desktop browser:
desktop-browser
Screen shoot on mobile browser:
Mobile-browser
in this example I had to add extra padding to the bottom of it.
The second is:
Custom Footer not rendering correctly in the mobile browser:
Screen shoot on desktop browser:
Desktop-browser
Screen shoot on mobile browser:
Mobile-browser
in the mobile browser its outside of the screen.
Steps to reproduce the bug
on the @/views/About.vue
change :
to
Open http://localhost:8080/about
Versions
Libraries:
Environment:
The text was updated successfully, but these errors were encountered: