CSS position element “fixed” inside scrolling container

后端 未结 5 2133
抹茶落季
抹茶落季 2020-12-05 22:49

i wonder if anyone has found a solution for this?

i am looking for a solution to attach an element to the top of a scrolling container

HTML:

         


        
5条回答
  •  时光取名叫无心
    2020-12-05 23:36

    The solution in this case would be to pop the title outside of the scrolling element:

    title
    ......
    ......

    Although you should probably have better semantic elements if possible (just guessing here):

    title

    • ......
    • ......

提交回复
热议问题