Kaynağa Gözat

:fire: overflow-y: auto

visuddhinanda 8 ay önce
ebeveyn
işleme
3630d8e1b8

+ 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;
 }