리버티게임(개발), 모두가 만들어가는 자유로운 게임
|
|
11번째 줄: |
11번째 줄: |
| flex-direction: column; | | flex-direction: column; |
| width: 100%; | | width: 100%; |
| }
| |
|
| |
| .je-object__container {
| |
| display: grid;
| |
| grid-template: 1fr 1fr 1fr 1fr;
| |
| } | | } |
|
| |
|
| .jsoneditor-field { | | .jsoneditor-field { |
| background-color: yellow; | | background-color: yellow; |
| }
| |
|
| |
| .je-header > span {
| |
| font-size: 24px;
| |
| text-align: center;
| |
| font-weight: bold;
| |
| } | | } |
2025년 1월 27일 (월) 17:21 판
#containerLeft {
width: 100%;
height: 500px;
margin-right: 10px;
overflow-y: scroll;
}
#containerRight {
position:relative;
z-index: 1;
flex-direction: column;
width: 100%;
}
.jsoneditor-field {
background-color: yellow;
}