Transparent Menu not in place when navigating backward in chrome browser
Hi,
when I am on a mobile Android device und follow a link form my home website to another side and then navigate backwards within my chrome browser (<-) and then scroll the homepage up again the transparent menu is placed lower than it should be. It only happens with the backward browser function. And only with transparent mobile menu. And it is still there even when I erase all custom css.
I am looking forward to your support on this, thank you.
Cheers
T
Comments
Hi,
Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us the link.
Thanks
Hi, here it is http://s239104112.online.de/
Thanks
I have tested your website with Oppo AX 7, and I did not notice this behavior.
With what device did you test it?
Thanks
Galaxy S20 and A50
Please, turn off all of the plugins, refresh your cache, and check if the issue persists.
Thanks
I did. And now you can also generate it in Chrome on Desktop. See attached: Left the PROBLEM.
Thanks
SOLVED IT: Just added the "!important". But still don´t know what caused it....
.header-transparent.ab-hide #Top_bar {
top: 0 !important;
}
The source of the issue could be the autoptimize enabled.
You can check if the issue persists with it disabled.
Thanks