translate3d(0%, 0px, 0px);
Brakes my Position fixed.
On my demo you should see that the Content on click
opens up fine but it should be stuck to the top in position fixed.
So, scrolling down with my container (placekitten images) then click the button, the hidden content should open up always with the Google image stuck on the top.
<html>
<div class="container">placekitten images</div>
<button>LOADED-CONTENT comes in translate3d(0%, 0px, 0px)</button>
</html>
<html>
<div class="sticky">Google image always on top.</div>
<button>back button slides the loaded content translate3d(100%, 0px, 0px)</button>
</html>
translate3d brakes the position fixed!!! How can I fix this?