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