美文网首页
css sticky

css sticky

作者: 日不落000 | 来源:发表于2019-11-21 16:49 被阅读0次
              <div
                 style={{
                        position: 'sticky',
                        top: 100,
                        width: 800,
                        background: 'rgba(255,0,0,0.1)',
                    }}>
                  (滚动div, 我会一直显示在某个位置 Sticky)
              </div>
    

    参考:
    https://codepen.io/ribuluo000/pen/OJLopvM

    相关文章

      网友评论

          本文标题:css sticky

          本文链接:https://www.haomeiwen.com/subject/pwiquctx.html