From 6bb5b9c6a654dd2cd55a1eeadfd7f889561578ac Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 5 Jun 2021 22:51:03 -0400 Subject: Adjust chat box so scrollbar lines up with main box scrollbar --- app/views/application/_chat.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/application') diff --git a/app/views/application/_chat.html.erb b/app/views/application/_chat.html.erb index 2606fab..b656ed7 100644 --- a/app/views/application/_chat.html.erb +++ b/app/views/application/_chat.html.erb @@ -1,6 +1,6 @@ <% if current_char %>
-
+
<%= form_with model: ChatMessage.new, html: { autocomplete: "off" }, local: false, -- cgit v1.2.3