We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22543b1 commit 97d77b1Copy full SHA for 97d77b1
html/chat-room/html/chat-room-simple/chat-room-simple.html
@@ -11,7 +11,7 @@
11
{height:150px;display:flex;gap:20px;border-top:1px solid lightgray;padding-top:10px}
12
13
#txt
14
- {height:100%;border:1px solid lightgray;border-radius:5px;padding:10px;flex:1;box-sizing:border-box;resize:none}
+ {height:100%;border:1px solid lightgray;border-radius:5px;padding:10px;flex:1;box-sizing:border-box;resize:none;outline:none}
15
16
#info
17
{display:flex;flex-direction:column;gap:10px}
0 commit comments