fixed 元素width设定

2020-07-29  本文已影响0人  2020路飞
.wrapper {
    max-width: 500px;
    border: 1px solid red;
    height: 5500px;
    position: relative;
}


.fix {
    max-width: inherit;
    width: 100%;
    height: 20px;
    position:fixed;
    background: black;
}
fixed元素脱离文档流,设定width:inherit 无效
上一篇下一篇

猜你喜欢

热点阅读