Hi
Ive tried MANY ways, but I still cant get it done.
The white bar only appears after I publish it. It never appears in the Designer.
Does anyone know what to do with this?
Cheers
Here is my site Read-Only: LINK
and the web: http://hanindo-communication.webflow.io/
(how to share your site Read-Only link )
I don’t see the white bar in my browser. Also, is the site Read-only link correct? The official site is Hanindo but the link brought me to Bowsprit Asset Management
1 Like
whoops sorry ive updated it. hmm weird, why is it only my browser though. it also happens to my mobile.
maybe is it because cache? perhaps ive fixed it but the update isnt updated when accessed thru my internet network
Well i don’t know. I tried opening it on chrome and firefox and both of the browsers don’t have it
AnnaKelian
(Anna Kelian)
December 10, 2018, 5:50am
5
Hi @Nazrin_Harris
That’s called scroll bouncing, and I believe it happens in Safari and Apple devices.
You may be able to fix it with the following solution:
Open the page settings, and in the HEAD custom code zone, paste exactly this:
<style>
html,
body {
height: 100%;
width: 100%;
overflow: auto;
}
</style>
Save and publish and test. You could do it almost only with Webflow, but Webflow only starts giving you control at Body, not at the HTML element.
Hope this is helpful.
3 Likes
lovely all sorted cheers!
2 Likes
Use 100 VH & 100 Width. Worked for me!