-
Notifications
You must be signed in to change notification settings - Fork 1
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
⚒️ Adjust the appearance of the toolbar on mobile devices #356
base: main
Are you sure you want to change the base?
⚒️ Adjust the appearance of the toolbar on mobile devices #356
Conversation
045ff22
to
da9da9b
Compare
@@ -18,7 +18,7 @@ | |||
|
|||
.main { | |||
width: 100%; | |||
height: 100%; | |||
height: calc(100svh - var(--default-header-height)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried using vh
instead of svh
, but it didn't display correctly, so I went back to using svh
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
da9da9b
to
f920385
Compare
f920385
to
e3faa74
Compare
@MH4GF preview: https://liam-erd-sample-bkbqls58u-route-06-core.vercel.app/ |
Summary
I've resolved the problem of the missing toolbar on mobile browsers.
Preview: https://liam-erd-sample-acagd5sze-route-06-core.vercel.app/
Related Issue
Changes
(Safari)
(Chrome)
I've checked on Firefox🔥 and Brave🦁 as well, and there seems to be no issue.
Testing
Other Information