How to get the header out of the scroll area?

前端 未结 2 746
旧时难觅i
旧时难觅i 2020-12-10 17:07

I have a header and a long scrollable content. I\'d like the header to not be scrollable. I tried setting overflow: hidden to the header but without success.

2条回答
  •  既然无缘
    2020-12-10 17:38

    Found the flex magic.

    Here's an example of how to do a fixed header and a scrollable content. Code:

    
    
      
        
        Holy Grail
        
        
      
      
        
    HEADER
    ------------
    CONTENT - START

    CONTENT - END

    For a full Holy Grail implementation (header, footer, nav, side, and content), using flex display, go to here.

提交回复
热议问题