how to override left:0 using CSS or Jquery?

后端 未结 5 1826
既然无缘
既然无缘 2021-02-01 00:22

I have an element, which has the following CSS:

.elem {
  left: 0;
  position: fixed;
  right: 0;
  width: 60%;
  z-index: 1000;
  }

The elemen

5条回答
提交回复
热议问题