• Please take a moment to look over the Suggestions & Feedback rules before making a post: READ RULES HERE

Mobile view seems to have horizontal scrollbar

Gogol

Administrator
Staff member
Moderator
Executive VIP
Jr. VIP
Joined
Sep 10, 2010
Messages
11,808
Reaction score
26,660
First of all, congratulations to the developer team for the upgrade success. :)


Just noticed a weird little problem when viewing from my android. The mobile view seems to have scrollbar in the vertical mode. Please check the screenshot.

photo_2020-06-29_21-30-46.jpg

If you see on the right side, it's cut. You have to scroll to see the rest of the content. My screen dimensions are 360 x 780.
Please look into it if possible.
 
First of all, congratulations to the developer team for the upgrade success. :)


Just noticed a weird little problem when viewing from my android. The mobile view seems to have scrollbar in the vertical mode. Please check the screenshot.

View attachment 137984

If you see on the right side, it's cut. You have to scroll to see the rest of the content. My screen dimensions are 360 x 780.
Please look into it if possible.


I think you should reload or load up a new page. I occasionally get such resolution too.
 
Interesting. This thread doesn't have that scrollbar. So, it's not always reproduceable. Anyway, please look into it. :)
 
same with me here. Cant read or write text without scrolling to view all...
 
As a suggestion:
Code:
.p-body-main * {
     max-width: 100% !important;
}

Solves the problem. Upto the admins to use this solution, or probably use a better selector. ;)
 
Happens to me sometimes.. the bounding box doesnt get detected so text goes out of screen for most of the comments.. could be that it happens only with the threads that were already posted before the update.
 
I've noticed it as well but i do not get this often.
This happens in threads that have overflown content like images. I believe those images have a specific width, so it kills the responsive code. Having * selector set to max-width at 100% does the trick for me.
 
Back
Top