Explorar o código

update pc_chat

luke %!s(int64=6) %!d(string=hai) anos
pai
achega
e2ab0a2757
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 {