미디어위키:Gadget-MetadataEditor.css: 두 판 사이의 차이
보이기
잔글편집 요약 없음 |
편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
#containerLeft { | #containerLeft { | ||
width: 100%; | width: 100%; | ||
height: 500px; | height: 500px; | ||
9번째 줄: | 7번째 줄: | ||
#containerRight { | #containerRight { | ||
position:relative; | position:relative; | ||
z-index: 1; | z-index: 1; | ||
22번째 줄: | 18번째 줄: | ||
#containerLeft .different_element { | #containerLeft .different_element { | ||
background-color: pink; | background-color: pink; | ||
} | |||
.je-object__container { | |||
display: grid; | |||
grid-template: 1fr 1fr 1fr 1fr; | |||
} | } | ||
2025년 1월 27일 (월) 17:15 판
#containerLeft {
width: 100%;
height: 500px;
margin-right: 10px;
overflow-y: scroll;
}
#containerRight {
position:relative;
z-index: 1;
flex-direction: column;
width: 100%;
}
#containerRight .different_element {
background-color: #acee61;
}
#containerLeft .different_element {
background-color: pink;
}
.je-object__container {
display: grid;
grid-template: 1fr 1fr 1fr 1fr;
}
.jsoneditor-field {
background-color: 3;
}