This commit is contained in:
unknown
2026-03-21 07:26:38 +09:00
parent 166d94fca4
commit 40150cd66d
406 changed files with 34179 additions and 55658 deletions
+2 -3
View File
@@ -12,8 +12,7 @@
/* 초기 높이 */
min-height: 300px;
/* 최소 높이 */
max-height: 1200px;
/* 최대 높이 (선택 사항) */
/* max-height 제거하여 제한 없이 확장 가능하게 함 */
background: #1e1e1e;
border: 1px solid #333;
border-radius: 6px;
@@ -21,7 +20,7 @@
overflow: hidden;
/* resize를 위해 필수 */
resize: vertical;
/* 수직 리사이징 활성화 */
/* 수직 리사이징 활성화 (수평 고정) */
position: relative;
/* 자식 요소 relative 기준 */
}