我有一个想要滚动的 DIV,但问题是我正在使用 position: fixed; 并且 DIV 不会与页面的其余部分一起调整它的位置;因此在小分辨率上消失。任何建议都会很棒。
这是当前的 DIV:
<div style="
display: block; 
top: 200px; 
left: 1500px; 
width: 130px; 
position: fixed; 
border: 1px solid rgb(136, 136, 136); 
padding: 10px; 
text-align: center; 
font-weight: bold; 
color: rgb(255, 255, 255); 
background-color:#FFFFFF;
">