In my example i have a fixed input data-spy="affix"
that is shifted downwards by 90px
because of the parent <div class="container" style="margin-top:80px">
.
So the only thing that should scroll is the text. This actually works!
My problem is that the text that is scrolled behind the input is visible and i would like to hide it!
I tried to add a white box before the input but all my tries where not really successful! So i hope you can help me! Thanks