The following css style code is set, but the displayed height is not full screen, as shown in the figure.
.ss_hide{
position: fixed;
background: rgba(0,0,0,.2);
height: 100%;
width: 100%;
}
歡迎選擇我的課程,讓我們一起見(jiàn)證您的進(jìn)步~~
Recommended to use in full screen
top: 0;
bottom: 0;
left: 0;
right: 0;
Check whether the size of your body and html are full screen. Or 100vh high and 100vw wide
Absolute positioning is out of the document flow, right? Since everything is absolutely positioned top:0;left:0;right:0;bottom:0; just covers the screen