Quantcast
Channel: Active questions tagged flexbox - Stack Overflow
Viewing all articles
Browse latest Browse all 1675

CSS position: sticky not working inside a flexbox container [duplicate]

$
0
0

I'm trying to make a header sticky while scrolling:

.header {  position: sticky;  top: 0;  background: #fff;}.container {  display: flex;}

But the element doesn't stick. I read that sticky should work with flexbox. What is preventing it from working here?

Do I need to adjust the container height?


Viewing all articles
Browse latest Browse all 1675

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>