diff --git a/design/uiux/prototype/03-회의예약.html b/design/uiux/prototype/03-회의예약.html index 101899a..9a825e8 100644 --- a/design/uiux/prototype/03-회의예약.html +++ b/design/uiux/prototype/03-회의예약.html @@ -287,7 +287,7 @@ -
+
diff --git a/design/uiux/prototype/05-회의진행.html b/design/uiux/prototype/05-회의진행.html index 72a8ed7..34c9f31 100644 --- a/design/uiux/prototype/05-회의진행.html +++ b/design/uiux/prototype/05-회의진행.html @@ -33,14 +33,22 @@ gap: 0; flex: 1; overflow: hidden; + min-height: 0; /* Flexbox shrink 허용 */ } .main-content { flex: 1; min-width: 0; overflow-y: auto; - padding: 0 var(--space-md) var(--space-md); + padding: 0 var(--space-md) 0; background: var(--gray-50); + display: flex; + flex-direction: column; + } + + /* 콘텐츠 영역이 남은 공간을 채우지 않도록 */ + .main-content > * { + flex-shrink: 0; } .right-sidebar { @@ -411,7 +419,7 @@ align-items: center; justify-content: center; position: fixed; - bottom: 100px; + bottom: 96px; /* 액션바(80px) + 여유(16px) */ right: 16px; width: 56px; height: 56px; @@ -624,7 +632,7 @@
-
+
회의 개요
diff --git a/design/uiux/prototype/06-검증완료.html b/design/uiux/prototype/06-검증완료.html index 43abd54..4ee38af 100644 --- a/design/uiux/prototype/06-검증완료.html +++ b/design/uiux/prototype/06-검증완료.html @@ -112,7 +112,7 @@ -
+
diff --git a/design/uiux/prototype/07-회의종료.html b/design/uiux/prototype/07-회의종료.html index bd9dd9e..8490af7 100644 --- a/design/uiux/prototype/07-회의종료.html +++ b/design/uiux/prototype/07-회의종료.html @@ -225,7 +225,7 @@
-
+