This commit is contained in:
dyhj625 2025-03-06 15:03:26 +09:00
parent 6904902755
commit 04bcbcb781
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@
</script>
<style>
/* 중앙 콘텐츠 자동 조정 */
/* 중앙 콘텐츠 자동 조정 */
.layout-page {
flex-grow: 1;
min-width: 0; /* flexbox 내에서 올바른 크기 계산 */

View File

@ -25,7 +25,7 @@ const sendMessage = () => {
</script>
<style scoped>
/* 채팅 사이드바 고정 */
/* 채팅 사이드바 고정 */
.chat-sidebar {
width: 350px;
height: 100vh;