Weird webkit issue with position: fixed

后端 未结 4 983
南笙
南笙 2021-01-12 07:28

http://workshop.wpcoder.com/daniel/tvexperts/

In Chrome, if you click \"Production\" and then \"Contact\" the position: fixed header disappears, but comes back when

4条回答
  •  梦毁少年i
    2021-01-12 07:34

    The height adjustment did nothing for me. The fix for the issue with a fixed position element disappearing in Chrome for me is: window.scrollTo(window.pageXOffset,window.pageYOffset-1);

提交回复
热议问题