visuddhinanda пре 6 месеци
родитељ
комит
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;
 }