Ver Fonte

:fire: overflow-y: auto

visuddhinanda há 11 meses atrás
pai
commit
3630d8e1b8
1 ficheiros alterados com 0 adições e 2 exclusões
  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;
 }