From 95dae25028616a4d6e9abfabc04155eb50972396 Mon Sep 17 00:00:00 2001 From: Florian Zeitz Date: Thu, 30 Jul 2009 22:44:40 +0200 Subject: [PATCH] Fix chat bubbles * Position should be absolute not fixed --- css/standard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/standard.css b/css/standard.css index eb2b9d6..64607c8 100644 --- a/css/standard.css +++ b/css/standard.css @@ -72,7 +72,7 @@ } .chat { - position: fixed; + position: absolute; background-color: white; width: 30%; padding: 1em; -- 2.39.2