luke 6 gadi atpakaļ
vecāks
revīzija
e2ab0a2757
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      pc_chat/src/components/chat.vue

+ 2 - 2
pc_chat/src/components/chat.vue

@@ -2195,7 +2195,7 @@
 	}
 
 	textarea {
-		height: 30px;
+		height: 40px;
 		width: 300px;
 		border: 0;
 		-webkit-user-select: auto;
@@ -2205,7 +2205,7 @@
 		resize: none;
 		outline: none;
 		padding-top: 10px;
-		overflow: hidden;
+		overflow-y: auto;
 	}
 
 	.sendOut {