From: Florian Zeitz Date: Thu, 30 Jul 2009 20:44:40 +0000 (+0200) Subject: Fix chat bubbles X-Git-Url: http://cgit.babelmonkeys.de/?p=socialXMPP.git;a=commitdiff_plain;h=95dae25028616a4d6e9abfabc04155eb50972396 Fix chat bubbles * Position should be absolute not fixed --- 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;