This commit is contained in:
mco-system 2023-04-07 19:21:27 +11:00
parent 6cea3e4941
commit 897d0c0045
1 changed files with 6 additions and 8 deletions

View File

@ -54,18 +54,10 @@ span.place {
}
#content_wrapper {
background-color: red;
position: fixed;
top: 0;
bottom:0;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
width: 100vw; /* viewport width */
height: 100vh; /* viewport height */
overflow-y: scroll;
overflow-x: hidden;
}
#main_wrapper {
@ -76,6 +68,12 @@ span.place {
}
#center_wrapper {
background-color: red;
position: fixed;
top: 0;
bottom:0;
height: 100vh; /* viewport height */
overflow-y: scroll;
display: flex;
flex-direction: column;
justify-content: flex-start;