소스 검색

:fire: overflow-y: auto

visuddhinanda 11 달 전
부모
커밋
3630d8e1b8
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      dashboard-v4/dashboard/src/components/chat/style.css

+ 0 - 2
dashboard-v4/dashboard/src/components/chat/style.css

@@ -1,12 +1,10 @@
 .chat-container {
   display: flex;
   flex-direction: column;
-  height: 100vh;
 }
 
 .messages-area {
   flex: 1;
-  overflow-y: auto;
   padding: 16px;
 }