次のコンテナは垂直方向に中央揃えにする必要があります...:
<div style="
position:fixed;
top:0;
bottom:0;
margin:auto;
background-color:red;
width: 50px;
height:50px;
z-index:555;
"></div>
...そして、Android を除くすべての主要なブラウザで利用できます。Androidでもこれを垂直方向に中央揃えする方法はありますか? 左上隅に表示されます。