abgeter
(Austin Geter)
February 26, 2021, 4:18pm
1
Hi all,
I’m having trouble getting overflow on mobile to go away on the Home Page… I’ve made all assets set to overflow hidden, I’ve followed multiple other posts within this forum’s recommendations on placing overflowing images within divs, etc. The overflow doesn’t show up on the designer, and instead only shows up when I actually pull up the read link on my phone.
Any help would be greatly appreciated!
Here is my site Read-Only: https://preview.webflow.com/preview/maplesmart?utm_medium=preview_link&utm_source=designer&utm_content=maplesmart&preview=4eba1b3c8ca735a380a6b376ad96832a&mode=preview
And the published preview link: https://maplesmart.webflow.io/
hurkan
(Hürkan Gökkaya)
February 26, 2021, 9:07pm
2
In my opinion because of this circle you have a problem in mobile view.
abgeter
(Austin Geter)
February 26, 2021, 9:15pm
3
Thank you for taking a look! I’ve tried removing the circle and it doesn’t make any difference, unfortunately.
webdev
(Jeff Selser)
February 26, 2021, 9:47pm
4
.image-4 and .image-9 are the suspect elements because when I remove position absolute on them the scroll disappears.
abgeter
(Austin Geter)
February 26, 2021, 10:08pm
5
Hmmm that’s weird, are you sure it’s 9? I’m not seeing a 9 on my composition. In addition, I don’t think those are viewable on mobile?
TimSijtema
(heavybuilder)
February 27, 2021, 5:19pm
6
Hey @abgeter
Easy way to fix this is to set your body overflow setting to hidden.
More difficult way but more proper and better in the long run:
Set your “MS_Home_Sec_1” container overflow setting to hidden.
Set your “MS_Home_Sec_1” container width to 100%.
Set your “Navbar”’ position to Fixed
Set your “Navbar” to 100%
abgeter
(Austin Geter)
March 1, 2021, 4:36pm
7
Got it, thanks so much Tim!