filter属性对fixed布局的影响
摘要:现象 当在元素中使用了filter滤镜属性的时候,会导致内部 fixed 元素定位发生错误,即不再相对 viewport 进行定位,而是相对整个filter属性的容器元素进行定位。 <style type="text/css"> .footer { position: fixed; width: 2
阅读全文
posted @ 2022-09-02 16:48
posted @ 2022-09-02 16:48