wip beta
This commit is contained in:
parent
6cea3e4941
commit
897d0c0045
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user