スクロール可能にしたい 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;
">