From 2e2162980a706224874b2fb3a48987fcfe1e24b0 Mon Sep 17 00:00:00 2001 From: Alan Friedman Date: Tue, 19 Jan 2016 12:54:01 -0500 Subject: [PATCH] Use fixed position for message input and icon --- src/public/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/style.css b/src/public/style.css index 89996a1..cefccec 100644 --- a/src/public/style.css +++ b/src/public/style.css @@ -189,7 +189,7 @@ input { left: 0; outline: none; padding-left: 10px; - position: absolute; + position: fixed; right: 0; width: 100%; /*Fix for inner shadow on iOS*/ @@ -198,7 +198,7 @@ input { } .chat #input-icons { - position: absolute; + position: fixed; bottom: 0px; right: 0px; padding: 15px;