]> cgit.babelmonkeys.de Git - socialXMPP.git/commitdiff
Fix chat bubbles
authorFlorian Zeitz <florob@babelmonkeys.de>
Thu, 30 Jul 2009 20:44:40 +0000 (22:44 +0200)
committerFlorian Zeitz <florob@babelmonkeys.de>
Thu, 30 Jul 2009 20:44:40 +0000 (22:44 +0200)
* Position should be absolute not fixed

css/standard.css

index eb2b9d69a0f7167f57ecb731b1812a8166b20fc6..64607c84316725a9d125e6a1e774cb0646a3239c 100644 (file)
@@ -72,7 +72,7 @@
 }
 
 .chat {
-  position: fixed;
+  position: absolute;
   background-color: white;
   width: 30%;
   padding: 1em;