From 8feb3f65188214486f6897d94e484acebd6d08a2 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 11 Mar 2021 23:23:44 +0100 Subject: fix inputbox being behind -voffset chars --- webAO/styles/client.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 2947950..8676cdb 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -343,6 +343,7 @@ } #client_inputbox { + position: relative; font-size: 21px; padding: 2px 10px; } -- cgit