• Phat Thai
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hello everyone, this is my first post in sf community and i have a strange issue right now .
I have a page with fixed header and my body with:
html,body {
             overflow: auto;
            -webkit-overflow-scrolling:touch;
       }
body {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
  }
The problem im facing is when you scroll down or up the header will re-appear and my boss dont want this behavior .(Only IOS , desktop and devices mode work perfectly).
Anyone have any idea ? Sorry about my bad english but i tried my best.