Replies: 2 comments
-
Horizontal scrolling on small screens because some page content is too wide and refuses to scale down is a problem that I've struggled with a lot lately. What you are describing may be a bug, my ultimate goal is to eliminate this kind of behavior. Can you share a screenshot/screencast or a link to a page where the scrolling occurs, so I can reproduce it? What version of Doxygen and doxygen-awesome-css are you using? Does this also occur to you somewhere on the demo page? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey thanks for the reply, the site is not fully up yet, so not sure how to get it so you can see it with your phone.
If you know the IP address of how you will be accessing the site I can put that IP address as an allow, so you can see it but it will be still blocked under construction to the public
…Sent from my iPhone
On Mar 19, 2022, at 7:40 AM, jothepro ***@***.***> wrote:
Horizontal scrolling on small screens because some page content is too wide and refuses to scale down is a behavior that I've struggled with a lot lately. What you are describing may be a bug, my ultimate goal is to eliminate this kind of behavior.
Can you share a screenshot/screencast or a link to a page where the problem occurs, so I can reproduce it? What version of Doxygen and doyxgen-awesome-css are you using? Does this also occur to you somewhere on the demo page?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for creating this project, the mobile view for Doxygen is 1000% better than the original!
I do have one question though. Is there a way to stop the horizontal scrolling with CSS on mobile phones? Everything is perfect on the desktop, but on my Iphone, when you move your thumb it makes the content scroll left and right.
Not sure if you have seen this on your mobile. I have tried to add:
body {
height: 100%;
overflow-y: hidden;
}
But that doesn't seem to work. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions