position:fixed でなぜ各位置に 0 をつけるのですか?
サイズ指定ないので、top:0 , left:0 で行くと思ってました。
.overlay {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
background: rgba(255, 255, 255, 0.95);
}
どうぞよろしくお願い致します。
この回答を見るにはプレミアムプランへの登録が必要です
プレミアムプランとは?